Multiple Choice
If str is a string class object, the member function str.length() returns
A) the number of characters that make up the str string object.
B) the same value as the member function str.size() .
C) the number of integer variables that make up the str object.
D) Both A and B are correct.
E) Both A and C are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The strcpy function's arguments are<br>A) two string
Q18: The string class overloads the += operator
Q19: The string class member function _ returns
Q20: Assume that str1 and str2 are objects
Q21: It is possible to implement a string
Q23: The _ library function reverses the order
Q24: An array of characters ending with the
Q25: To declare an array that will store
Q26: When using the strcat function, you must
Q27: To use the ostringstream class, you must