在Java语言中,无类型后缀的实型常量默认为( )。
A: int型
B: char型
C: double型
D: float型
A: int型
B: char型
C: double型
D: float型
举一反三
- Java默认所有的浮点数是( )。 A: double型 B: float型 C: char型 D: int型
- 在定义一个C语言函数时,如果不加类型说明,则它的类型默认为_____。 A: int型 B: float型 C: char型 D: double型
- 在定义一个C语言函数时,如果不加类型说明,则它的类型默认为_____。 A: int 型 B: float型 C: char型 D: double型
- C语言中,若未说明函数的类型,则系统默认该函数的类型是()。 A: float型 B: long型 C: int型 D: double型
- C语言允许函数类型默认定义,此时该函数隐含的类型是() A: float型 B: long型 C: int型 D: double型