When we initilize a string using copy constructor then does it create deep copy or shallow copy and how to check

string s= “hello”;
string s1(s) ;
how to check if this is deep or shallow copy

Refer this article

hi @Rajan_42 did you read the article @pratyush63 provided?

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.