C语言有32个关键字其中有数据类型的关键字有12个分别是char,double,enum,float,int,long,short,signed,struct,union,unsigned,void.9个控制语句的关键字:break,case,continue,default,do,else,for,goto,if,return,switch,while.存储类别关键字:auto,extern,register,static其他关键字,const,sizeof,typedef,volatile.这些都不属于英文.c语言中就是有函数和数据类型.象你以后要学的指针类型,构造类型都是属于数据类型.一般英语会用在变量上面,以方便识别和阅读.