Knowledge in Different types of jump statements

JUMP STATEMENT -C PROGRAMMING LANGUAGE

This file contains the topic related to programming language. This is very important topic.Jump statements cause an unconditional jump to another statement elsewhere in the code. They are used primarily to interrupt switch statements and loops. The jump statements are the goto statement, the continue statement, the break statement, and the return statement, which are discussed in the following sections.

Notes on jump statements and its types.

This word file contains notes on jump statements and its various types. Each types such as the goto statement, the continue statement, the break statement and the return statement are clearly explained.