单项选择题
What's the output?
string str1 = {"C++"}; string str2; str2 = str1; cout << str2 << endl;
A、C++
B、
C、Compilation error
D、Runtime error
点击查看答案&解析
