【多选题】【消耗次数:1】
有关二维数组描述项不正确的包含()
二维数组规定行下标从0开始,列下标从1开始
二维数组中存储数据类型可以相同也可以不相同
二维数组arr中表示第一个元素应使用arr[0,0]
二维数组中行列长度相加即为元素的总个数
参考答案:
复制
纠错
相关题目
【判断题】 在Excel中,数组常量可以分为一维数组和二维数组。
①  正确
②  错误
【单选题】 对二维数组的正确定义是( )。
①  inta[][]={1,2,3,4,5,6};
②  inta[2][]={1,2,3,4,5,6};
③  inta[][3]={1,2,3,4,5,6};
④  inta[2,3]={1,2,3,4,5,6};
【单选题】 以下对二维数组a的正确说明是()
①  inta[3][]
②  floata(3,4)
③  doublea[1][4]
④  floata(3)(4)
【单选题】 以下对二维数组a的正确说明是( )。
①  int a[3][];
②  float a(3,4)
③  double a[1][4];
④  float a(3)(4);
【单选题】 设二维数组A[0..m-1][0..m-1]按行优先顺序存储,则元素A[i][j]的地址为
①  LOG(A[0][0])+(i*m+j)
②  LOG(A[0][0])+(i*n+j)
③  LOG(A[0][0])+[(i-1)*n+j-1]
④  LOG(A[0][0])+[(i-1)*m+j-1]
【判断题】 二维数组和多维数组均不是特殊的线性结构。()
①  正确
②  错误
【单选题】 以下选项中,二维数组a正确的声明语句是()
①  float a(3,4);
②  int a[3][ ];
③  float a(3)(4);
④  double a[1][4];
【单选题】 在下面的二维数组定义中,正确的是()
①  int a[5][];
②  int a[][5];
③  int a[][3]={{1,3,5},{2}};
④  int a[](10);
【单选题】 在下面的二维数组定义中,正确的是()。
①  int a[5][];
②  int a[][5];
③  int a[][3]={{1,3,5},{2}};
④  int a[](10);
【单选题】 在下面的二维数组定义中,正确的是(????)
①  int a[5][];
②  int a[][5];
③  int a[][3]={{1,3,5},{2}};
④  int a[](10);
随机题目
【单选题】 Unbelievable! I have failed my final exam for mathematics!____________
①  Good luck.
②  Cheer up.
③  Go ahead.
④  No problem.
【单选题】 Niagara Falls is a great tourist _____, drawing millions of visitors every year.
①  attention
②  attraction
③  appointment
④  arrangement
【单选题】 How was your trip to Paris, Mary? ____________
①  Oh, wonderful indeed.
②  I went there alone.
③  The guide showed me the way.
④  By plane and by bus.
【单选题】 That does not do much to _______ the prospects(前途) of kids in the city.
①  brighten
②  soften
③  quicken
④  sharpen
【单选题】 Generally, you should avoid()business over a meal until your host gives a signal.
①  talk about
②  talking about
③  to talk about
④  talked about
【单选题】 Williams proposal,()at a board meeting last week, was to set up a committee to review the marketing plan.
①  discuss 
②  discussing
③  discussed
④  to be discussed
【判断题】 判断线上的内容是否正确:In some countries girls are still ___deprived___ of a good education.
①  正确
②  错误
【判断题】 判断线上的内容是否正确:More efforts, as reported, ___will be made___ in the years ahead to accelerate the supply-side structural reform.
①  正确
②  错误
【判断题】 判断线上的内容是否正确:The past 22 years have really been amazing, and every prediction we’ve made about improvements have al come __true__
①  正确
②  错误
【判断题】 判断线上的内容是否正确:As the years passed, the memories of her childhood ___fired___ away.
①  正确
②  错误