Languages

C PROGRAMMING (Jump Statement)

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…

Load More
That is All