Question:

Define branching. Name its different control statements.

Show Hint

Remember:
- Branching = Decision making
- if and switch are commonly used.
Updated On: Feb 9, 2026
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Branching allows decision-making in programs using conditions.
Step 2: It helps control the flow of execution.
Step 3: Control statements used in branching are:
if
if--else
else--if ladder
switch
Was this answer helpful?
0
0