网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下数组定义中错误的是______。
A.int x[][3]={0};
B.int x[2][3]={{1,2},{3,4},{5,6}};
C.int x[][3]={{1,2,3},{4,5,6}};
D.int x[][3]={1,2,3,4,5,6};
参考答案
更多 “ 以下数组定义中错误的是______。A.int x[][3]={0};B.int x[2][3]={{1,2},{3,4},{5,6}};C.int x[][3]={{1,2,3},{4,5,6}};D.int x[][3]={1,2,3,4,5,6}; ” 相关考题
考题
以下数组定义中错误的是A.intx[][3]={0};B.intx[2][3]={{1,2},{3,4},{5,6}};C.intx[][3]={{1,2,3},{4,5,6}};D.intx[2][3]={1,2,3,4,5,6};
考题
以下数组定义中错误的是( )。A.int x[][3]={0};B.int x[2] [3]={{1,2},{3,4},{5,6}};C.int x[][3]={{1,2,3},{4,5,6}};D.int x[2][3]={1,2,3,4,5,6};
考题
以下数组定义中错误的是( )。A.int x[][3]={0};B.int x[2][3]={{1,2},{3,4},{5,6}};C.int x[][3]={{1,2,3},{4,5,6}};D.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 x[][3]={|1,2,3|,|4,5,6|}D.int x[2][3]=||1,2|,|3,4|,|5,6||
考题
以下数组定义中错误的是______。A.intx[][3]={0};B.int x[2][3]={{1,2},{3,4},{5,6)};C.intx[][3]={{1,2,3},{4,5,6}};D.mtx[2][3]={1,2,3,4,5,6};
考题
以下数组定义中错误的是A.int x[ ][3]={0};B.int x[2][3]={{1,2},{3,4},{5,6}};C.int x[ ][3]={{1,2,3},{4,5,6}};D.int x[2][3]={1,2,3,4,5,6};
考题
下列选项中关于二维数组的定义,格式错误的是A.int[][] arr = new int[3][4]B.int[][] arr = new int[3][]C.int[][] arr = new int[][4]D.int[][] arr = {{1,2},{3,4,5},{6}}
考题
不能定义长度为4的数组a的语句是A.int [] a = new int[] {1,2,3,4};B.int [] a = {1,2,3,4};C.int [] a = a[4]{1,2,3,4};D.int [] a = a[4]{1,2};
考题
下列选项中关于二维数组的定义,格式错误的是()A.int[][] arr = new int[3][4]B.int[][] arr = new int[3][]C.int[][] arr = new int[][4]D.int[][] arr = {{1,2},{3,4,5},{6}}
热门标签
最新试卷