There have some predefined rules and restrictions that are followed by the developers about to initialize and used the keywords in C programming languages;
- Keywords are the words whose meaning has already been explained to the C compiler and their meanings cannot be changed.
- Keywords can be used only for their intended purpose.
- Keywords cannot be used as developer variables.
- All keywords must be written in lowercase.