单项选择题
A.float a[3][4]; float a[][4]; float a[3][]=1,0; B.float a(3,4); float a[3][4]; float a[][]=0,0; C.float a[3][4] static float a[][4]=0,0; D.float a[3][4]; float a[3][];
A.单精度型 B.双精度型 C.空类型 D.整型