Keywords in C Programming Language :
- Keywords are those words whose meaning is already defined by Compiler
- Cannot be used as Variable Name
- There are 32 Keywords in C
- C Keywords are also called as Reserved words .
32 Keywords in C Programming 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 |