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

Verified
Correct Answer:
Verified
Q14: The C++ compiler performs strict array bounds
Q15: The string class member function _ will
Q16: The expression str1 < str 2 is
Q17: The strcpy function's arguments are<br>A) two string
Q19: The string class member function _ returns
Q20: Assume that str1 and str2 are objects
Q21: It is possible to implement a string
Q22: If str is a string class object,
Q23: The _ library function reverses the order
Q39: By being able to pass arrays as