Computer Science, asked by revanth6884, 2 months ago

Name any two string functions in C++.​

Answers

Answered by manpreetanand722
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 gawadeswati825
1

Answer:

..............

................................

Similar questions