Which statements in C programming are used for altering the normal flow of a program?
Branching
looping
jumping
none of these
Answers
Answered by
0
Answer: (c) jumping
Explanation:
Jump statements are used for altering the normal flow of a program.
Answered by
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