C++ Exception Handling Question: We can prevent a function from throwing any exceptions. a. True b. False C++ Exception Handling Interview QuestionAnswer: a. True Previous QuestionNext QuestionAn exception can be of only built-In type. a. True b. FalseHow 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