Multiple Choice
The string class overloads the += operator to perform
A) concatenation of two strings.
B) calculation of the sum of the lengths of two strings.
C) conversion to integers followed by addition.
D) calculation of the sum of the integer ASCII codes that comprise the characters in the string.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q7: The function concatenates the contents of one
Q8: The string class member function returns the
Q9: The library function reverses the order of
Q10: The proper expression to compare the first
Q11: A C- string can be assigned to
Q14: A C- string is a sequence of
Q15: The <sup>strcpy</sup><sup> </sup>function's arguments are<br>A)two pointers to
Q16: To use the <sup>ostringstream</sup><sup> </sup>class, you must
Q17: A library function that looks for the
Q39: By being able to pass arrays as