KEYWORDS IN C Programming Language are reserved words whose meaning is already defined and it cannot be used as a variable name by the programmer.
It is also known as reserved words.
There are 32 KEYWORDS IN C Programing Language.
auto | double | 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 |