发布网友
共1个回答
热心网友
char
1个字节
float
4个字节
double
8个字节
int分为long
int和short
int,其中long
int是4个字节,short
int是2个字节
在vc编译器中int默认是long
int,因此int在vc6.0里面是4个字节