在C语言中,int、short、char三种类型数据所占用的存储空间是
A: 均为2个字节
B: int和short占2个字节,char占1个字节
C: 与编译环境有关
D: 由用户自己定义
A: 均为2个字节
B: int和short占2个字节,char占1个字节
C: 与编译环境有关
D: 由用户自己定义
举一反三
- 在C语言中,int、short、char三种类型数据所占据的存储空间是 A: 均为2个字节 B: int、short占2个字节,char占4个字节 C: 与编译环境有关,在32位机器和64位机器上可能不同 D: 由用户自己定义
- 【填空题】在 Java 中, 基本数据类型有: byte 、 short 、 int 、 long 、 float 、 double 、 char 、 boolean。其中, byte 类型数据占 ______ 个字节, short 类型数据占 ______ 个字节, int 类型数据占 ______ 个字节, long 类型数据占 ______ 个字节,float 类型数据占 ______ 个字节,double 类型数据占 ______ 个字节, char 类型数据占 ______ 个字节, boolean 类型数据占 ______ 个字节
- 设C语言中,int类型数据占2个个字节,则long类型数据占(_)个字节;unsignedint类型数据占(_)个字节;short类型数据占(_)个字节;
- 在C语言中,int、 short、char这3种类型数据所占用的存储空间是( ) A: 均为2B B: int和 short均占2B,char占1B C: 与编译环境有关 D: 由用户自己定义
- 1. C语言中,则long类型数据占_____个字节;unsigned int类型数据占___个字节; short类型数据占____个字节。