以下数组定义中不正确的是()。A.intd[3][]={{1,2},{1,2,3},{1,2,3,4}}B.intc[100][100]={0}C.intb[][3]={0,1,2,3}D.inta[2][3]

题目
以下数组定义中不正确的是()。

A.intd[3][]={{1,2},{1,2,3},{1,2,3,4}}

B.intc[100][100]={0}

C.intb[][3]={0,1,2,3}

D.inta[2][3]


相似考题
更多“以下数组定义中不正确的是()。 ”相关问题
  • 第1题:

    有数组定义double d[10];,以下叙述不正确的是()。

    A.数组d有10个元素

    B.数组d的最后一个元素是d[10]

    C.数组d的第一个元素是d[0]

    D.数组d所占的字节数是sizeof(double)*10


    数组d的最后一个元素是d[10]

  • 第2题:

    4、若有定义:int a[2][3];以下选项中对a数组元素不正确引用的是 。

    A.a[!0][!1]

    B.a[2][3]

    C.a[0][3]

    D.a[1>2][ !1]


    0,6

  • 第3题:

    【填空题】在以下的数组定义中,关键字“code”是为了把tab数组存储在 。


    程序存储器

  • 第4题:

    在以下的数组定义中,关键字“code”是为了把tab数组存储在


    D

  • 第5题:

    【多选题】关于结构体数组,以下说法正确的是()

    A.结构体数组的数组元素是结构体类型#B.struct student information[100]; 该语句定义了information结构体数组,它的数据类型是student#C.在进行以下定义时,struct student 必须是已经定义的结构体数据类型 struct student information[100];#D.以下语句定义结构体数组,数组完整名称为struct student information。 struct student information[100];
    结构体数组的 数组元素是结构体类型;在进行以下定义时, struct student 必须是已经定义的 结构体数据类型 struct student information[100];

  • 第6题:

    【填空题】在以下的数组定义中,关键字“code”是为了把tab数组存储在


    程序存储器