Monday 23 July 2012

C KEYWORDs


Keywords
All Keywords have Fixed meaning and these meanings cannot be changed. Keywords serves as basic building blocks for program statements. There are 32 key words according to ANSI C standard
Those are listed below:- 

-------------------------------------------------------------------------------------------------------------------------------------
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

------------------------------------------------------------------------------------------------------------------------------------
we are must be able to understand and use all these keywords in our program properly. 


No comments:

Post a Comment