Multiple Choice
An array of characters ending with the null terminator is called
A) a string class object.
B) a C-string.
C) a C++ String.
D) a string literal.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q20: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are variables
Q21: The expression <sup>str1 < str 2</sup><sup> </sup>is
Q22: The <sup>>></sup><sup> </sup>operator can be used to
Q23: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are objects
Q24: The code <sup>int x = 0; while
Q26: The following statement declares a <sup>string</sup><sup> </sup>object
Q27: The function _ _ accepts pointers to
Q29: There exist C++ stream classes that write
Q29: To use the <sup>strlen</sup><sup> </sup>function in a
Q30: The <sup>itoa</sup><sup> </sup>function is similar to <sup>atoi</sup>,