Name any two string functions in C++.
Answers
Answered by
6
Answer:
Some of the most commonly used String functions are:
strcat: The strcat() function will append a copy of the source string to the end of destination string. ...
strrchr: In C/C++, strrchr() is a predefined function used for string handling. ...
strcmp: strcmp() is a built-in library function and is declared in <string.
More items...•
Answered by
1
Answer:
..............
................................
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Math,
1 month ago
Music,
2 months ago
Computer Science,
2 months ago