以下选项中不属于C语言的类型的是A.signed short intB.unsigned long intC.unslgned intD.long short

以下选项中不属于C语言的类型的是

A.signed short int

B.unsigned long int

C.unslgned int

D.long short


相关考题:

Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为()。A.byte→int→short→long→float→doubleB.byte→short→int→long→float→doubleC.byte→short→int→float→long→doubleD.short→byte→int→long→float→double

下面各选项中,均是C语言中合法标识符的选项组是A.for china to B.long_123 short 56_do C.void union _342 D.text _023 _3ew

自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。A.byte, short, char→int→long→float→doubleB.float→int→long→byte, short, char→doubleC.int→long→float→double→byte, short, charD.double→int→float→long→byte, short, char

自动类型转换规定的优先次序是( )。A.short,byte,char→long→int→float→doubleB.short,byte,char→int→long―float→doubleC.byte,short,char→long→int→float→doubleD.byte,short,char→int→long→float→double

以下选项中不属于C语言的类型的是 ( )

自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。A.byte,short,char→int→long→float→doubleB.float→int→long→byte,short,char→doubleC.int→long→float→double←byte,short,charD.double→int→folat→long→byte,short,char

以下代码中变量result的可能类型有哪些?byte b = 11;short s = 13;result = b * ++s; A.byte, short, int, long, float, doubleB.boolean, byte, short, char, int, long, float, doubleC.byte, short, char, int, long, float, doubleD.byte, short, charE.int, long, float, double

以下哪个选项不是Scala的数据类型?A.A Byte,Short,Int,UnitB.Integer,VoidC.Long,Char,StringD.Float,Double,Boolean

10、Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为 ()A.byte→int→short→long→float→doubleB.byte→short→int→long→float→doubleC.byte→short→int→float→long→doubleD.short→byte→int→long→float→double

【单选题】Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为A.byte→int→short→long→float→doubleB.byte→short→int→long→float→doubleC.byte→short→int→float→long→doubleD.short→byte→int→long→float→double