下表列出了 Turbo C 中各类整型量所分配的内存字节数及数的表示范围。
类型说明符 数的范围
-32768~32767 即-215~(215-1)
字节数
unsigned int
short int
unsigned short int
long int
unsigned long
以 13 为例:
int 型: