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 string str1 converted to numeric form is less than the string str2 converted to numeric form.
C) the length of the string str1 is less than the length of the string str2.
D) the C-string "str1" precedes the C-string "str2" in alphabetic order.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The >> operator can be used to
Q12: The expression strcmp("ab", "cde") returns<br>A) the boolean
Q14: The C++ compiler performs strict array bounds
Q15: The string class member function _ will
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
Q39: By being able to pass arrays as