Based upon the outcome of particular condition, decision making statements transfer control from one point to another. Selection statements select a statement to be executed among a various set of statements
Selection statements in C are as follows
- if statement
- if-else statement
- Nested if statement
- Nested if-else statement
- if..else if..else
- switch statement
Views: 0