C语言关键字
|
|
类 型 | 关键字 |
数据类型14个
|
void,char,int,float,double,short,long,signed,unsigned,struct,union,enum,typedef,sizeof
|
控制类别6个
|
auto,static,extern,register,const,volatile
|
控制关键字12个
|
return,continue,break,goto,if,else,switch,case,default,for,do,while
|