植性,故建议一般不要采用。为了使用方便,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可缺省。
植性,故建议一般不要采用。为了使用方便,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可缺省。