c语言基本数据类型所占字节

2024-12-05 04:06:59
推荐回答(1个)
回答1:

byte型 八位(一个字节)
short 16位(两个字节)
int 32位(四个字节)
long 64位8个字节
float 32位四个字节
double 64位8个字节