The continue statement is exactly opposite tobreak. The continue statement is used for continuing
next iteration of loop statements. When it occurs in the loop it does not terminate, but it skips the
statements after this statement. It is useful when we want to continue the program without executing
any part of the program.
5.7 THE goto STATEMENT
This statement dose not require any condition. This statement passes control anywhere in the program
i.e. control is transferred to another part of the program without testing any condition. The user has
to define
goto statement as follo ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.