Vidyalelo
C# Programming · Q4

Control Flow Statements in C Sharp

Programming · C# Programming · question 4

Q4

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

Answer: Option D

Solution

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