填空题
下列程序段的输出结果是
1
。
#include"stdio.h"
main()
{ char b[]="Hello,you";
b[5]=0;
printf("/%s\n",b);
}
1、
【正确答案】
1、Hello
【答案解析】
提交答案
关闭