填空题

下列程序的输出结果是 【8】
#include<stdio.h>
main()
char b[]="Hello you";
b[5] =0;
printf("%s\n",b);

【参考答案】

Hello
热门 试题