Computer Science, asked by daarshan2005, 7 days ago

18. Name any two string functions in C++.​

Answers

Answered by parveensaini93357
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