Keywords in C
Keywords are the reserved words in C.
Keywords cannot be used as variable name.
There are 32 keywords in C programming language.
List of keywords
| auto | break | case | char | 
| const | continue | default | do | 
| double | else | enum | extern | 
| float | for | goto | if | 
| int | long | register | return | 
| short | signed | sizeof | static | 
| struct | switch | typedef | union | 
| unsigned | void | volatile | while | 
 
 
 
 
 
 
0 Comments