Krivalar Tutorials





C Programming - List of all Keywords

<< C Programming Setup

C Data Types >>










Keywords in C Programming

C Language has 32 reserved words with fixed meaning that are used by the compiler. We can not use any of these keywords as a variable name or constant or function name in C programming. For using these keywords, we do not need to include any header file in C programs. Following are the list of keywords. All keywords in C are lowercase.

 autodointstruct
 breakelselongswitch
 caseexternreturnunion
 charenumregisterunsigned
 constfloatshorttypedef
 continueforsignedvoid
 doublegotosizeofvolatile
 defaultifstaticwhile



<< Previous

Next >>