Multiple Choice
Suppose that str1, str2, and str3 are string variables. After the following statements execute, the value of str3 is "____".
A) abc
B) xyz
C) abc-xyz
D) xyz-abc
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following statements declares the
Q7: Considering the statement string str = "Gone
Q17: The following is a legal C++ enumeration
Q21: No arithmetic operations are allowed on the
Q22: The string expression strVar._ starts at index
Q26: The string expression strVar._ inserts all the
Q30: Consider the following statements: After the statement
Q33: In C++, _ is a reserved word.<br>A)
Q34: Consider the following statements: string str1 =
Q36: Suppose that you have the following declaration.