Home »
MCQs »
C++ MCQs
Which of the following is an entry control loop?
85. Which of the following is an entry control loop?
- While Loop
- Do While loop
Answer: A) While Loop
Explanation:
While loop is an entry control loop, in a "while" loop we need to check the condition before executing the loop body.