问题 填空题

以下程序的输出结果是 【11】 。# include<iostream. h>void main(){ char cha[3][5]={"AAAA","BBBB","CC"]; cout<<cha[1]<<end1;}

答案

参考答案:BBBB

判断题
单项选择题