单项选择题

下列二维数组的说明中,不正确的是( )。

A) floata[][4]=0,1,8,5,9;
B) inta[3][4];
C) #define N 5
D) inta[2][9.5];
float a[N][3];