C语言的关键字包括以下32个:
auto double int struct
break else long switch
case enum register typedef
char extern return union
const float short unsigned
continue for signed void
default goto sizeof volatile
do if static while
请注意,关键字是C语言的保留字,不能用作标识符(如变量名、函数名等)的名称。