填空题
以下程序运行后的输出结果是{{U}} [10] {{/U}}。 #include<iostream.h> void main(){ char s[]=“123456”,*p; for(p=s; p<s+2; p++) cout<<p<<end1; }
1、
【正确答案】
1、123456
【答案解析】
23456
提交答案
关闭