break
pass
continue
None of These
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
No Operation
No Action
Null Statement
Placeholder