To preserve encapsulation you'll have to pass the size of each character string.
make = new char[size];
*make = *a;
And repeat for the others.
Printable View
To preserve encapsulation you'll have to pass the size of each character string.
make = new char[size];
*make = *a;
And repeat for the others.
Thankyou very much . everyone