Q. Which of the following is the most general exception handler that catches exception of any type? (A) catch() (B) catch(std::exception) (C) catch(std::any_exception) (D) catch(…) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) catch(std::exception)