Branching statements are used to shift the control of the program from one part within the program to another part.
Types of Branching Statements:
1. Break statement
2. Continue statement
3. Goto statement
Branching statements are used to shift the control of the program from one part within the program to another part.
Types of Branching Statements:
1. Break statement
2. Continue statement
3. Goto statement