Computer Science, asked by vivekanand210905, 5 months ago

Branching statement are what​

Answers

Answered by swethaadapa1010
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