Q15
Which loop in C# executes its body at least once, even if the condition is false?
A.
for
B.
do-while
AnswerC.
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