C語言的關(guān)鍵字包括以下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
請注意,關(guān)鍵字是C語言的保留字,不能用作標(biāo)識符(如變量名、函數(shù)名等)的名稱。