Friday, October 16, 2009

C Keywords

In C, certain words have been reserved. These reserved words, called C keywords, have special meaning in the C
language. The following are the C keywords:
auto int
break long
case register
char return
const short
continue signed
default sizeof
do static
double struct
else switch
enum typedef
extern union
float unsigned
for void
goto volatile
if while

No comments:

Post a Comment