下列数组定义中,正确的是( )。
(A)int a[][] = {1,2,3,4};
(B)int a[][2] = {1,2,3,4};
(C)int a[2][] = {1,2,3,4};
(D)int a[2,2] = {1,2,3,4};
Copyright ©