Q. What is the purpose of the "catch" block in exception handling? (A) It specifies the exception message (B) It specifies the exception type (C) It catches exceptions and handles them (D) It contains the code that might throw an exception ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) It catches exceptions and handles them