Computer Science, asked by tharshanaramachandra, 4 months ago

______ is a multiple branching statement​

Answers

Answered by mraghunandan78
12

Answer:

Execution

MY ANSWER is absolutely correct

Answered by monica789412
2

The statements required to change the flow of control by shifting it from one segment to the other segment of the program is defined as branching statement. switch case statement is considered as the multiple branching statement.

Multiple branching statement:

  • The branching statements are usually come into   execution inside block of the control statements.
  • It allow the flow of execution to exit from a control statement when a certain condition meet its criteria even when the termination condition is not yet fulfilled.
  • Switch case is a form of multiway branch system in which change to in a flow of control is based upon a value matching a certain selected criteria.
  • Moreover, break, continue, return , goto are the branching statement that usually considered when the flow of executions needs to be sent at a specified location after meeting a certain criteria.
Similar questions