We can throw exception in catch block

Options
- True
- false


CORRECT ANSWER : True

Discussion Board
C++ - Exception Handling

Yes, we can throw exception in catch block. Catch represents a block of code executed when a particular exception is thrown. It follows the try block which catches any exception.

Prajakta Pandit 01-30-2017 12:30 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement