explain the diffrent jump statements in c++ with example
Answers
Answered by
0
goto , return , break , continue
Answered by
1
Explanation:
Jump statements are used to alter the flow of control unconditionally. That is, jump statements transfer the program control within a function unconditionally. The jump statements defined in C++ are break, continue, goto and return. ... A break statement can be used in any of the three C++ loops.
IF MY ANSWER IS HELPFUL PLEASE MARK ME AS BRAINLEST AND FOLLOW ME BECAUSE WHO WILL BE THE FIRST 5 FOLLOWERS I WILL FOLLOW THEM .
Similar questions