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

Submitted by: Administrator
c. Defining function with throw clause
Submitted by:

Read Online C++ Exception Handling Job Interview Questions And Answers