一.整型:
char(1字节)
short(2字节)
int(4字节)
long int(4字节)
longlong(8字节)。
二.浮点型:
float(4字节),
double(8字节),
long double(在visual 2019中占8个字节,在dev中占12个字节),
bool(1字节)。

一.整型:
char(1字节)
short(2字节)
int(4字节)
long int(4字节)
longlong(8字节)。
二.浮点型:
float(4字节),
double(8字节),
long double(在visual 2019中占8个字节,在dev中占12个字节),
bool(1字节)。