1. ► string comparison is as efficient as number comparison
2. ► Which of the following classes is output stream in C++
3. ► Operator ‘+’ is allowed on C++ string
4. ► Which of the following function can be used for locating a subtring
5. ► string in C++ is just a char array with NULL termination
6. ► stringstream can be used to insert values of various basic types into a string
7. ► Which of the following streams is standard output in C++
8. ► Which of the following classes is input stream in C++
9. ► ‘>>’ operator is used to write into a stream
10. ► Stream operator “>>” cannot be overloaded