break keyword is used to break from the loop.exit will terminate the program execution, goto is used to jump to another statement, continue is used to skip the immediate statement and start from the beginning.
Previous Question Next Question
Your comments will be displayed only after manual approval.