Q78
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
A.
do-while
AnswerB.
while
C.
for
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board