Keyword in C
Keyword in C
Keywords are specific reserved words in C. Every keyword was a specific feature associated with it. Almost all of the words which help us to use the Functionality of the C language.
There are a total of 32 keywords in C.
| int | for | auto | enum |
| float | while | void | volatile |
| char | do | signed | return |
| long | break | unsigned | sizeof |
| double | continue | static | |
| struct | switch | register | |
| union | default | exten | |
| if | const | ||
| else | volatile | ||
| case | short | ||
| goto |
Most of these keyword have already known to you and we discussed in the various parts of C like Datatype, storage, classes, control statement, and functions.