以下数据类型转换中,必须进行强制类型转换的是?
A: char→int
B: int→byte
C: float→double
D: String→Object
A: char→int
B: int→byte
C: float→double
D: String→Object
举一反三
- 1. 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: byte→int
- 下列数据类型转换,必须进行强制类型转换的是()。 A: byte→int B: short→long C: float→double D: int→char
- 以下数据类型转换中,必须进行强制类型转换的是 A: int→char B: short→long C: float→double D: int→double
- 下列数据类型中,哪种数据类型转int类型需要进行强制转换( ) A: byte B: short C: char D: float
- 下列数据类型中,哪种数据类型转为int类型需要进行强制转换()。 A: byte B: short C: char D: float