Examveda

What does the 'break' statement do in a loop in C#?

A. Skips to the next iteration

B. Continues to the next loop iteration

C. Initializes the loop

D. Terminates the loop

Answer: Option D


Join The Discussion

Related Questions on Control Flow Statements in C Sharp