Multiple Choice
The string class member function will return the number of characters in the string object.
A) capacity()
B) length()
C) length(string s)
D) capacity(string s)
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q14: The C++ compiler performs strict array bounds
Q29: To use the <sup>strlen</sup><sup> </sup>function in a
Q29: There exist C++ stream classes that write
Q30: The <sup>itoa</sup><sup> </sup>function is similar to <sup>atoi</sup>,
Q31: The function converts a C- string to
Q32: A good way to convert a value
Q33: The null terminator stands for the ASCII
Q34: After <sup>num</sup><sup> </sup><sup>=</sup><sup> </sup><sup>atoi("1000");</sup><sup> </sup>executes, what value
Q36: To account for the null terminator stored
Q38: The expression <sup>strcmp("ab", "cde")</sup><sup> </sup>returns<br>A)the boolean value