Q. How can we restrict a function to throw certain exceptions? (A) Defining multiple try and catch block inside a function (B) Defining generic function within try block (C) Defining function with throw clause (D) It is not possible in CPP to restrict a function ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Defining function with throw clause