

MCQOPTIONS
Saved Bookmarks
1. |
A FOR loop is inside a WHILE loop. Inside the FOR loop, the EXIT statement is used in such a way that after 4 iterations, it will execute. After the execution of EXIT statement, the control will be passed ________ |
A. | Outside the FOR loop |
B. | Outside the WHILE loop |
C. | At the next iteration of WHILE loop |
D. | At the next iteration of FOR loop |
Answer» B. Outside the WHILE loop | |