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