中国大学MOOC: float类型的数据是_____字节的数据。
举一反三
- float类型的数据是_____字节的数据
- 中国大学MOOC: int类型数据和float类型数据进行运算时,结果为float类型。
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- VC++环境下,char类型数据占( )个字节,float类型数据占( )个字节。
- 在C语言中,类型的数据占【】个字节;char类型的数据占【】个字节;int类型的数据占【】个字节;float类型的数据占【】个字节;double类型的数据占【】个字节;