赞题库-背景图
单项选择题

以下不能正确定义二维数组的选项是______。

A.int a[2][2]={{1),{2}};
B.int a[][2]={1,2,3,4);
C.int a[2][2]={{1),2,3);
D.int a[2][]={{1,2),{3,4));