填空题
以下程序的输出结果是______。
#include <iostream.h>
void main()
char cha[3][5]="AAAA","BBBB","CC");
cout<<cha[1]<<endl;
1、
【正确答案】
1、BBBB
【答案解析】
提交答案
关闭