1.

What is use of break statement? Write its syntax.

Answer»

Break statement is used to terminate the loop and exit from a particular switch case label. Syntax for break is

———————
———————
break;
———————-



Discussion

No Comment Found