MCQ Single Best Answer Moderate

QIn which type of loop can a labelled continue statement be used?

ID: #24870 Control flow in programming 4 views
Question Info
#24870Q ID
ModerateDifficulty
Control flow in programmingTopic

Choose the Best Option

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

  • A Only for loop
  • B Only while loop
  • C Only do-while loop
  • D Any type of loop
Correct Answer: Option D

Explanation

Correct Answer:

(d) Any type of loop

Explanation:

Labelled continue works with all loop types.

Share This Question

Challenge a friend or share with your study group.