A

Admin • 802.91K Points
Coach

Q. Which keyword is used to come out of a loop instantly?

  • (A) continue
  • (B) exit
  • (C) return
  • (D) break
  • Correct Answer - Option(D)
  • Views: 5
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
break is used to terminate a loop or switch case.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.