Thursday, December 1, 2011

Keywords in C

Keywords are words that have special meaning to the C compiler. The identifiers (or) variables should not have the same spelling and case as that of a keyword.

In C, the elements of the following table are keywords :


autobreakcasechar
constcontinuedefaultdo
doubleelseenumextern
floatforgotoif
intlongregisterreturn
shortsignedsizeofstatic
structswitchtypedefunion
unsignedvoidvolatilewhile

No comments:

Post a Comment