Computer Science, asked by abhi942365, 6 hours ago

Which of the following is Branching statement?

Answers

Answered by smmulla1288
3

Answer:

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 .

Similar questions