MCQ Practice Single Best Answer Topic: C Language Loop Control

Q Which loop control statement is used to skip the remaining code in the current iteration and proceed to the next iteration?

Question ID
#15974
Subchapter
C Language Loop Control
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A continue
  • B exit
  • C return
  • D skip
Correct Answer: A

Explanation

The "continue" statement is used to skip the remaining code within the current iteration and move to the next iteration.

Share This Question

Share this MCQ with your friends or study group.