下列各组类型声明符中,含义相同的一组是
A.unsigned long int和long
B.signed short int和short
C.unsigned short和short
D.short int和int
第1题:
下列各组类型声明符中,含义相同的一组是( )。
A.unsigned longint和long
B.signed short和short
C.unsigned short和short
D.shortint和int
第2题:
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
第3题:
下列各组类型声明符中,含义相同的一组是()。
A.unsigned long int和long
B.signed short int和short
C.unsigned short和short
D.short int和int
第4题:
下列各组类型声明符中,含义相同的一组是( )。
A.unsigned long int和long
B.signed short int和short
C.unsigned short和short
D.short int和int
第5题:
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