@tech coder:
When u execute :  s+="c c++";
a new string object is created with the value of s appended with "c c++".
Now s is made to hold the reference of this new string object. Thus the
older string object is not modified, but a new string string object is
created.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to