单项选择题

下列语句中,不正确的是______。

A.static int a[2][3]=1,2,3,4,5,6;
B.static int a[2][3]=1,4,5;
C.static int a [][3]=1,4;
D.static int a [][]=1,2,3,4,5,6;