Multiple Choice
The expression str1 < str 2 is true when
A) the string object str1 precedes the string str 2 in alphabetic order.
B) the length of the string str1 is less than the length of the string str2.
C) the string str1 converted to numeric form is less than the string str2 converted to numeric form.
D) the C- string "str1" precedes the C- string "str2" in alphabetic order.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q16: To use the <sup>ostringstream</sup><sup> </sup>class, you must
Q17: A library function that looks for the
Q19: When using the <sup>strcat</sup>function, you must be
Q20: Assume that <sup>str1</sup><sup> </sup>and <sup>str2</sup><sup> </sup>are variables
Q21: It is possible to implement a string
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
Q25: An array of characters ending with the
Q26: The following statement declares a <sup>string</sup><sup> </sup>object