( 18 )下列各组类型声明符中,含义相同的一组是
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题:
在C程序中,设一表达式中包含有int,long, unsigned和char类型的变量和数据,则表达式最后的运算结果类型是()。
A.long
B.int
C.char
D.unsigned