Logo 
Search:

C++ Programming FAQ

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

Which statement(s) is used to rethrow an exception? - Select option

  Shared By: Helga Miller    Date: Nov 18    Category: C++ Programming    Views: 723

Answer:

Options

a) throw(exception);
b) throw exception;
c) throw;
d) None of the above


Answer : c) throw;

Share: 
 



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


Tagged: