Examveda

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: Option D


Join The Discussion

Related Questions on Control Flow Statements in C Sharp