以下()不是整型变量的关键字
A: int
B: short
C: long
D: char
A: int
B: short
C: long
D: char
举一反三
- 对于“switch(a)”表达式中的变量a,它可以被声明为哪些合法数据类型? A: boolean, byte, char, short, int, long B: boolean, byte, char, short, int C: byte, char, short, int D: boolean, byte, char, short, int, long, float, double
- 下列哪个关键字是表示无符号短整型( ) A: int B: short C: unsigned short D: long
- 在表示C语言的整型变量时,表示”无符号短整型”的符号是( )。 A: unsigned int B: unsigned short C: long int D: unsigned long
- 以下选项中不属于C语言类型的是______。 A: signed short int B: unsigned char C: singed long D: long short
- 下面不能用来定义整型变量的类型名是( )。 A: int B: short C: long D: double