有五种标准整数类型,指定为
char, short
int, int, long int, long long int
signed
unsigned
相对应的人。
自己
(不是经过一些算术计算)是一个浮动常数。
例如:
(int)(3.14f) //1. Here the operand is an floating constant that is an immediate operand
(int)(22.0/7.0f) //2. Here the operand is NOT an floating constant that is an immediate operand.