18. Name any two string functions in C++.
Answers
Answered by
0
Answer:
1.)int copy(string& str) :-It copies the contents of string into another.
2.)char& back():- It returns the reference of last character
Similar questions