Q.

Which of the following can be used to terminate a while loop and transfer control outside the loop?
1. exit while
2. continue
3. exit statement
4. break
5. goto

A. 1,3
B. 2,4
C. 3,5
D. 4,5
Answer» D. 4,5
2.8k
0
Do you find this helpful?
15

View all MCQs in

C# Programming

Discussion

No comments yet

Related MCQs