When the break statement is inside a loop, the loop gets terminated and the program resumes at the next statement after the loop.

The continue statement can be used in the loop control structure. It causes the loop to jump to the next iteration.

BY Best Interview Question ON 13 Jan 2019