下选项中不属于c++的类型的是 ______。
A.signed Short int
B.unsigned long int
C.unsigned int
D.long short
第1题:
A.byte, short, int, long, float, double
B.boolean, byte, short, char, int, long, float, double
C.byte, short, char, int, long, float, double
D.byte, short, char
E.int, long, float, double
第2题:
10、Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为 ()
A.byte→int→short→long→float→double
B.byte→short→int→long→float→double
C.byte→short→int→float→long→double
D.short→byte→int→long→float→double
第3题:
C/C++语言中能当作整数使用的数据类型有()。
A.int型
B.short型
C.long型
D.char型
第4题:
5、C/C++语言中能当作整数使用的数据类型有()。
A.int型
B.short型
C.long型
D.char型
第5题:
【单选题】Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为
A.byte→int→short→long→float→double
B.byte→short→int→long→float→double
C.byte→short→int→float→long→double
D.short→byte→int→long→float→double