C语言关键字
1.数据关键字(12):
char int short long double float
struct union enum void
unsigned signed
const volatile typedef sizeof
2.存储类型关键字(4)
static extern register auto
3.控制语句关键字(12)
if else switch case default break continue goto return for do while
4.其他(4)
const volatile sizeof typedef