Character strings test


1. What is a string?





2.What is the function used to get the length of a string in C++?





3. How to compare two strings in C++?



operator

4.What function is used to copy one string to another in C++?





5. How to allocate memory for a string in C++?





6.What is the termination value of a string in C++?





7. What function is used to concatenate two strings in C++?





8. How to convert a string to an integer in C++?





9. What is a string constant?





10. How do you define a string constant in C++?