Vidyalelo
C# Programming · Q18

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 18

Q18

What is the purpose of the 'break' statement in a loop in C#?

A.
Continues to the next loop
B.
Terminates the loop
Answer
C.
Initializes the loop
D.
None of the above

Answer: Option B

Solution

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