单选题 以下数组定义中不正确的是( ) A、 int a[2][3] B、 int b[][3]={0,1,2,3} C、 int c[100][100]={0} D、 int d[3][]={{1,2},{1,2,3},{1,2,3,4}}
【正确答案】 D
【答案解析】