double类型的数据占用( )字节
举一反三
- 在VC环境中,一个int类型数据占用________个字节、char类型数据占用________个字节、float类型数据占用________个字节、double类型数据占用________个字节。
- double整数类型占用_______字节存储,格式符号为_______。
- C语言中,double类型数据占( )个字节,char类型数据占( )个字节
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- 32位pc环境下,int类型数据占()个字节,double类型数据占()个字节。