智慧职教: float类型占多少个字节
举一反三
- 智慧职教: ‘a’占多少个字节
- 智慧职教: double d=3; 请问d占多少个字节
- VC++环境下,char类型数据占( )个字节,float类型数据占( )个字节。
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- 设C语言中,int类型数据占2个字节,则float类型数据占()个字节。