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

Verified
Correct Answer:
Verified
Related Questions
Q11: A data type wherein you directly specify
Q16: Suppose that str1 and str2 are string
Q16: If a global identifier in a program
Q17: The following is a legal C++ enumeration
Q18: The string expression strVar._ deletes n characters
Q19: Consider the following statements: string str1 =
Q29: In C++, [] is called the array
Q33: In C++, _ is a reserved word.<br>A)
Q34: Consider the following statements: string str1 =
Q37: A function cannot return the value of