填空题

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

【参考答案】

BBBB