计算机等级考试二级C语言的数据类型

2014-11-19 17:10:04 · 作者: · 浏览: 21

植性,故建议一般不要采用。为了使用方便,C编译程序允许使用整型的简写形式:


short int 简写为s h o r t。
long int 简写为l o n g。
unsigned short int 简写为unsigned short。
unsigned int 简写为u n s i g n e d。
unsigned long int 简写为unsigned long。
即,i n t可缺省。