Vidyalelo
C# Programming · Q15

Control Flow Statements in C Sharp

Programming · C# Programming · question 15

Q15

Which loop in C# executes its body at least once, even if the condition is false?

A.
for
B.
do-while
Answer
C.
foreach
D.
None of the above

Answer: Option B

Solution

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