Decision making : In practice, users may have a number of situations where they may have to change the order of statements based on certain conditions. This is decision making. The decision making statements in C are as follows
- If statement
- switch statement
- Conditional operator statement
- goto statement