A

Admin • 828.03K Points
Coach

Q. What does the 'continue' statement do in a loop?

  • (A) Terminates the loop
  • (B) Skips the current iteration and continues with the next
  • (C) Pauses the loop
  • (D) Restarts the loop
  • Correct Answer - Option(B)
  • Views: 10
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
'continue' skips the rest of the loop body for the current iteration.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.