Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which block handles the exception?

  Shared By: Abel Fischer    Date: Oct 25    Category: C++ Programming    Views: 676

Answer:

Options

a) Finally block
b) Catch block
c) Try block
d) None of the above

Answer : b) Catch block

Share: 
 

Didn't find what you were looking for? Find more on Which block handles the exception? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: