数据类型13个:void signed unsigned short long int float double char enum struct union typedef (_Bool _Imaginary _Complex)
类型限定、修饰2个:const volatile (restrict inline)
变量的存储类别4个:auto static extern register
运算符1个:sizeof
控制12个:goto return break continue if else switch case default do while for