Q4
What does the 'break' statement do in a loop in C#?
A.
Skips to the next iteration
B.
Continues to the next loop iteration
C.
Initializes the loop
D.
Terminates the loop
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board