常量就是程序运行过程中值不会改变的变量,包括整型常量、实型(小数)常量、符号常量、地址常量、字符常量、字符串常量。
整型:short int long
浮点型:float double
字符型:char
枚举型:enum