C Programming

Keywords in C

A keyword is a reserved word that has special meaning. We cannot redefine the keyword or cannot force to change the naute. Keywords cannot be used as the variable name, constant name etc. There are only 32 reserved words for keywords in C language.

Following are 32 keyword used in C:-

autobreakcasecharconstcontinuedefaultdo
double else enum extern floatforgotoif
int longregisterreturnshortsignedsizeofstatic
structswitchtypedefunionunsignedvoidvolatilewhile                                                        
C Programming