DEV Community

JEGADESHWARAN B
JEGADESHWARAN B

Posted on

Jumping statement

Initial

Jumping statements alter normal flow.
They transfer control immediately.

Depth

They are used inside loops or switch.
They interrupt normal sequence.

More Depth

Examples include break and continue.

Final

Jumping statements change program execution flow instantly.

Top comments (0)