Shares
facebook sharing button Share
twitter sharing button Tweet
email sharing button Email
linkedin sharing button Share
reddit sharing button Share
tumblr sharing button Share
blogger sharing button Share
print sharing button Print
skype sharing button Share
sms sharing button Share
whatsapp sharing button Share
arrow_left sharing button
arrow_right sharing button
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 >>