填空题

下面程序的输出结果是______。
#include
main()
char c[9]=’T’,’h’,’a’’\0,",’y’,’0’,’u’;
printf("%s\n",c);

【参考答案】

Tha