MCQ Single Best Answer Moderate

QWhich loop is entry-controlled?

ID: #24864 Control flow in programming 3 views
Question Info
#24864Q ID
ModerateDifficulty
Control flow in programmingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A for
  • B while
  • C do-while
  • D Both (a) and (b)
Correct Answer: Option D

Explanation

Correct Answer:

(d) Both (a) and (b)

Explanation:

In for and while, the condition is checked before execution.

Share This Question

Challenge a friend or share with your study group.