Break statement: It terminates the “for” loop or switch statement and transfers execution following the “for” loop or switch.

Continue statement: It helps the loop to omit the remainder of its body and retest before repeating.

Goto statement: It transfers control to the statement

BY Best Interview Question ON 13 Jan 2019