A3: Four ‘C’ Keywords are:
1. int:
The int keyword is used to declare integer variables.
2. char:
The char keyword is used to declare character variables.
3. if:
The if keyword is used to create conditional statements in C.
4. float:
The float keyword is used to declare floating variables.