Keywords
The keywords are the reserved words with specific meaning used in C programming . The meaning of these words can not be changed. The Below table gives the list of C keywords as per the ANSI standard. These are reserve words and can not be used as identifiers.
auto |
| int | struct |
break | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | signed | void |
default | goto | sizeof | volatile |
do | if | static | while |