Tuesday, July 15, 2008

C keywords


Keywords are the words whose meaning has already been explained to C compiler. The Keywords cannot be used as variable name.

There r only 32 keywords available in C.

they are-
auto,break,case char,const,continue,default,do,
double,else,enum,extern,float,for,goto,if,
int,long,register,return,short,signed,sizeof,static,
struct,switch,typedef,union,unsigned,void,volatile,while.

0 comments: