单项选择题

以下数组定义中不正确的是_______。

A.int a[2][3];
B.int b[][3]={0,1,2};
C.int c[100][100={0};
D.int d[3][]={{1,2},{1,2,3},{1,2,3,4}};