The break statement is used

1.9 The break statement is used
A) To exit from the function in which it is used
B) To exit from the program
C) To exit from the loop in which it is used
D) To exit from all the nested loops


Leave a Reply