Vidyalelo
C# Programming · Q26

Control Flow Statements in C Sharp

Programming · C# Programming · question 26

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
Answer
B.
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