Computer Science, asked by sujathaganesansuji, 1 month ago

what is branching and an examples ?​

Answers

Answered by BlueMoonLady
0

Answer:

A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order. Common branching statements include break , continue , return , and goto .

Similar questions