C keywords.


The following list shows all the ANSII defined C keywords. I have included sizeof because it looks like a keyword and it keeps the table below tidy....

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


C++ extends the language to include these keywords
Extra goodies for DOS - None portable! Its probably best to checkout the manual that comes with your DOS compiler for info on these....
asm , _csc, decl,  _ds, _es, far, fortran, huge, interrupt, near, pascal, ss


Top Master Index Keywords Functions


Martin Leslie