Examveda

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

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


Join The Discussion

Related Questions on Control Flow Statements in C Sharp