I want to add elements in the array of class MyString like this
void print(const MyString &obj) { obj.print(); } int main() { MyString str1; // m