Q12
What does the 'continue' statement do in a loop in C#?
A.
Initializes the loop
B.
Skips to the next iteration without executing the rest of the loop body
C.
Terminates the loop
D.
Skips the rest of the loop body and continues with the next iteration
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board