1.

What is the difference between a break statement and a continue statement?

Answer»
BREAK StatementContinue Statement
This is USED for breaking a LOOP or ITERATION.This is used for continuing a loop or iteration.


Discussion

No Comment Found