1.[单选题]
以下数组定义中错误的是( )。
Aint x[][3]={0};
Bint x[2][3]={{1,2},{3,4},{5,6)};
Cint x[][3]={{1,2,3},(4,5,6)};
Dint x[2][3]={1,2,3
以下数组定义中错误的是( )。
Aint x[][3]={0};
Bint x[2][3]={{1,2},{3,4},{5,6)};
Cint x[][3]={{1,2,3},(4,5,6)};
Dint x[2][3]={1,2,3
举一反三
- 以下数组定义中,错误的是( )。 A: int<br/>x[2][3] ={1, 2, 3, 4, 5, 6} ; B: int<br/>x[][3] ={0} ; C: int<br/>x[][3] ={{1, 2, 3} , {4, 5, 6} } ; D: int<br/>x[2][3] ={{1, 2} , {3, 4} , {5, 6} } ;
- 以下数组定义中错误的是: int x[2][3]={0};|int x[2][3]={1,2,3,4,5,6};|int x[2][3]={{1,2},{3,4},{5,6}};|int x[][3]={{1,2,3},{4,5,6}};
- 以下数组定义中,错误的是______。? int x[2][3]={{1,2}, {3,4}, {5,6}};|int x[][3]={{1,2,3}, {4,5,6}};|int x[][3]={0};|int x[2][3]={1,2,3,4,5,6}
- 以下数组定义中错误的是() A: int X[2][3]={{1,2},{3,4},{5,6; B: int x[][3]={0); C: int 4][3]={(1,2,3},{4,5,6; D: int 对2][3]={1,2,3,4,5,6};
- 以下数组定义中错误的是()。 A: int x[2][3]={1,2,3,4,5,6}; B: int x[][3]={0}; C: int x[][3]={{1,2,3},{4,5,6}}; D: int x[2][3]={{1,2},{3,4},{5,6}};