以下数组定义中,正确的是( )。
(A)int b[3][4];
(B)int c[2][]={{1,2},{1,2,3}};
(C)int b[200][100]={0};
(D)int c[][3]={{1,2,3},{4,5,6}};
Copyright ©