C PROGRAMMING (Jump Statement) byAnonymous •April 07, 2021 Jump Statements in C These statements are used in C for unconditional flow of control through out the funtions in a program. They support four type of jump statements: C break: This loop control statement is used to terminate the loop. As soon as t…