4以下选项中,三种类型都是C语言的基本类型的是________。
A: int,long,real
B: integer,short,double
C: int,float,char
D: int,decimal,char
A: int,long,real
B: integer,short,double
C: int,float,char
D: int,decimal,char
举一反三
- 在32位系统中,基本数据类型所占字节长度,正确的是: A: char<int<float<double B: char<int<double<float C: char<short<float<int D: char<short<int<double
- Java定义了八种基本数据类型,以下选项中全部是正确的基本数据类型关键字的是( )。 A: int、byte、char、integer、double B: float、long、byte、short、String C: char、byte、bit、double、int D: float、double、boolean、byte、long
- 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: int→double
- 1. 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: byte→int
- 对于“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