string s= “hello”;
string s1(s) ;
how to check if this is deep or shallow copy
When we initilize a string using copy constructor then does it create deep copy or shallow copy and how to check
Refer this article
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.