C语言中的常量一共有4种:
r 整数常量:integer-constant
r 枚举常量:enumeration-constant
r 字符常量:character-constant
r int a = 1; 这里的1确实是常量,是一个整数常量