Computer Science, asked by purvemamta, 5 hours ago

Differentiate between Sequential Structure and Branching Structure​

Answers

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