Differentiate between Sequential Structure and Branching Structure
Answers
Answered by
1
Branching:Overview. 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