Vidyalelo
Python · Q14

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 14

Q14

In Python, which loop ensures that the body of the loop is executed at least once?

A.
For Loop
B.
While Loop
C.
Do-While Loop
Answer
D.
Infinite Loop

Answer: Option C

Solution

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