Q. Which keyword is used to exit from a loop in C? (A) continue (B) break (C) exit (D) return ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) break Explanation: The 'break' statement terminates the loop immediately.