单项选择题

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

A) float a[][4]=0,1,8,5,9;
B) int a[3][4]
C) #define N 5


float a[N][3]
D) int a[2][9.5];