Vidyalelo
C# Programming · Q12

Control Flow Statements in C Sharp

Programming · C# Programming · question 12

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board