填空题

以下程序的输出结果是 【9】 。 #include<iostream.h> void main( ) { char s[ ]="abcdef";s[3]=’\0’; cout<<s<<endl;}

【参考答案】

【9】abc