10/15/08

JUMPS STATEMENTS

These are also called as branching statements. These statements transfer control to another part of the program. When we want to break any loop condition or to continue any loop with skipping any values then we use these statements. There are three types of jumps statements.

1. Continue

2. Break

3. Goto

No comments: