About Lesson
DECISION CONSTRUCTS
Selection or Branching means executing different sections of code depending on specific condition.
The following are the different selection constructs of C Language:
Simple if
Multiple if
Nested if
If…else
Switch…case