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