Course Content
History of C Language
0/2
Basic Structure of C Program
0/1
Types of Errors
0/1
Language Fundamentals
0/1
Data Types and Modifiers
0/1
Programming with C Language
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

You cannot copy content of this page