Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C - -------------------------- <b>c language keywords</b> --------------------------- http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  -------------------------- C Language Keywords ---------------------------
     auto          do           +fortran       register      typedef
     break         double        goto          return        union
     case          else         +huge          short         unsigned
    +cdecl         enum          if            signed        void
     char          extern        int           sizeof       *volatile
    *const        +far           long          static        while
     continue      float        +near          struct
     default       for          +pascal        switch
  --------------------------------------------------------------------------


      Notes:    + denotes that this keyword is a Microsoft extension.
                These keywords are treated as identifiers if the /Za
                compile-time switch is used.

                * denotes that this keyword is reserved for future use.

                All keywords are reserved and may not be used as
                identifiers.

                All keywords must be written in lower-case.

                sizeof is an operator and is discussed under the topic
                Operators.

See Also: sizeof

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson