Branching statement are what
Answers
Answered by
1
Explanation:
Branching statements allow the flow of execution to jump to a different part of the program. The common branching statements used within other control structures include: break , continue , return , and goto . The goto is rarely used in modular structured programming.
Similar questions