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