填空题
[程序] (2分) #include int fun(char *s) { char *p=s; while(*p) p++; return(p-s); } void main(void) { char s1[]={"China"},s2[]={"Apple/nPear/tCat/0Bye"}; cout< cout< } 执行以上程序后输出的第一行是
1
(15)
2
,第二行是
3
(16)
4
。
1、
【正确答案】
1、(15)6 5 (16)19 14
【答案解析】
提交答案
关闭