参考答案和解析
正确答案:A
解析:没有unsigned char这种数据类型。
更多“类型修饰符unsigned修饰( )是错误的。A.charB.intC.long intD.float ”相关问题
  • 第1题:

    28、下列属于C语言中类型修饰符的是()。

    A.short

    B.long

    C.unsigned

    D.const

    E.void

    F.while


    short;long;unsigned

  • 第2题:

    下列属于C语言中类型修饰符的是()。

    A.short

    B.long

    C.unsigned

    D.const

    E.void

    F.while


    short;long;unsigned

  • 第3题:

    索引器的格式如下: [修饰符] 数据类型 index [索引类型 index]{ //get代码 //set代码 }


    show index from 数据表名;

  • 第4题:

    类型修饰符unsigned不能修饰()。

    A.char

    B.int

    C.long int

    D.float


    float

  • 第5题:

    关键字unsigned不能修饰的类型是?

    A.char

    B.int

    C.float

    D.long int


    float