填空题
下列程序的输出结果是{{U}} [12] {{/U}}。 #include<iostream. h> #include<string. h> void main() { char b[30]; strcpy(&b[0], "XY"); strcpy(&b[1]," YZW"); strcpy(&b[2]," ZXY"); cout<<b(<end1; }
1、
【正确答案】
1、XYZXY
【答案解析】
提交答案
关闭