Short Answer
Suppose that str1 and str2 are string variables.After the following statements execute,the value of str2 is "____________________".
str1 = "abc";
str2 = str1 + '-';
str2 = str2 + "xyz";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Suppose str = "ABCDEFGHI".The output of the
Q8: Suppose str = "xyzw";.After the statement str[2]
Q11: A data type wherein you directly specify
Q15: The string expression strVar._ returns the index
Q18: The string expression strVar._ deletes n characters
Q19: Consider the following statements: string str1 =
Q21: Suppose that str1,str2,and str3 are string variables.After
Q24: The scope of a namespace member is
Q29: In C++, [] is called the array
Q35: In ANSI/ISO Standard C++, the _ mechanism