填空题 下列程序段的输出结果是______。
void main()

char b[]="Hello,you";
b[5]=0;
printf("%s/n",b);


  • 1、
【正确答案】 1、Hello    
【答案解析】