Logo 
Search:

C++ Programming FAQ

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

What happens when the try block does not throw any exception?

  Shared By: Vemados Fischer    Date: May 10    Category: C++ Programming    Views: 523

Answer:

Options

a) The program is aborted
b) Normal execution is completed
c) Cannot be predicted
d) None of the above

Answer : b) Normal Execution is completed

Share: 
 



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


Tagged: