Keywords are the reserved words used in programming. Each keyword has a fixed meaning, which can not be changed by the user.
For example:
int money;
Here, int is a keyword that indicates, 'money' is a variable of type integer.
As, C programming is case sensitive, all keywords must be written in the lower case