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語言的保留字,不能用作標識符(如變量名、函數名等)的名稱。