Computer Science, asked by anu196471, 1 year ago

what do you mean by branching. name some branching statement​

Answers

Answered by richapandeyjulie
4

Explanation:

branch in a computer program is an instruction that tells a computer to begin executing different instructions rather than simply executing the instructions in order. In high-level languages, these are typically referred to as flow control procedures and are built into the language. In assembly programming, branch instructions are built into a CPU.

Answered by svmjamalpur00
5

Answer:

The sequence of flow of the statements may have be diverted in either a Yes or No or we can say that in some situation statement may have to branch.

Explanation:

Branching statements are:-

1) if... statement

2) if........else statement

3) if........elif.......else statement

Similar questions