Computer Science, asked by jkbeatboxing, 10 months ago

which form of if statement is used if there are more than two alternative routes​

Answers

Answered by prachu610
3

Answer:

Explanation:

a 'C' program are executed sequentially. This happens when there is no condition around the statements. If you put some condition for a block of statements the flow of execution might change based on the result evaluated by the condition. This process is referred to as decision making in 'C.' The decision-making statements are also called as control statements.

Similar questions