Computer Science, asked by science491, 3 months ago

Which of the following is branching statement of C language?

Answers

Answered by rishiaryan141
1

Answer:ok

Explanation:

Give options also .

Answered by Anonymous
1

Branching statement of C language:

  • Branching statements are used to jump from one area of a program to the next.
  • Continue and break statements are two important branching statements in Java that are used in conjunction with control statements.
  • The break statement ends the loop and moves control outside it.

The following types of branching statements exist:

1. If statement

2. If-Else statement

3. Compound tests

4. Nested if Statement

5. Switch Statement

Similar questions