These are also called as branching statements.
C-Language provides us multiple statements through which we can transfer the control any where is the program.
(or)
These statements transfer control to another part of the program. When we want to break any loop condition or to continue any loop with skipping any values then we use these statements.
These are four types of jumping statements.
Those are
__________________________________________________
_____________________________________________________
___________________________________________________
Post a Comment