Computer Science, asked by gurwinder56575, 5 hours ago

Which statements in C programming are used for altering the normal flow of a program?

Branching

looping

jumping

none of these​

Answers

Answered by pragyakirti12345
0

Answer: (c) jumping

Explanation:

Jump statements are used for altering the normal flow of a program.

Answered by vinod04jangid
0

Answer:

jumping

Explanation:

jumping statements is used for altering the normal flow of a program

Jumping statements are control statements that transfer execution control from one point to another point in the program. There are two Jump statements that are provided in the Java programming language:

Break statement.

Continue statement.

FINAL ANSWER- jumping

#SPJ3

Similar questions