单选题
以下能正确定义二维数组的是______。
A、
int a[][3];
B、
int a[][3]=3{2*3};
C、
int a[3][3];
D、
int a [3][3]={{1},{2}};
【正确答案】
C
【答案解析】
提交答案
关闭