Q. Which keyword is used to exit from a loop in C?
β
Correct Answer: (B)
break
Explanation: The 'break' statement terminates the loop immediately.