A

Admin • 833K Points
Coach

Q. What is the use of continue in a loop?

  • (A) Ends the loop
  • (B) Skips the current iteration
  • (C) Restarts the loop
  • (D) Breaks the loop
  • Correct Answer - Option(B)
  • Views: 15
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

continue skips the current iteration and proceeds with the next.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.