[<<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.ClipX.Net --- NG 2 HTML conversion by Dave Pearson