No Operation
No Action
Null Statement
Placeholder
Break stops the execution of entire program
Break halts the execution and forces the control out of the loop
Break forces the control out of the loop and starts the execution of next iteration
Break halts the execution of the loop for certain time frame
go
pass
over
;
break
continue
None of These