9.11.2011

C Programming Fundamentals:Keywords

There are certain reserved words, called keywords, that have standard, predefined meanings in C.They can be used only for their intended purpose.They can’t be used as identifiers.Some
keywords are given below.In addition to these standard keywords, extended TIGCC recognize certain keywords that are not in ANSI C, Assembler, typeof, online, etc., which are described in detail in Section C language extensions to GNU. This section also describes the extensions of the standard keywords, not just the new ones.


auto        extern       sizeof
break     float           static
case          for            struct
char         goto        switch
const           if          typedef
continue        int               union
default           long        unsigned
do          register         void
double        return           volatile
else               short            while
enum            signed                ada
far               near                  asm
fortran            pascal              entry
huge            while           struct

To see the details of these keywords Click here.

0 comments:

Post a Comment