Which of the following keyword is not used in exception handling?

Options
- Try
- allow
- Catch
- Throw


CORRECT ANSWER : allow

Discussion Board
C++ - Exception Handling

Allow is not used in exception handling. There are the three specialized keywords where exception handling is built:
1. throw
2. try
3. catch

Prajakta Pandit 01-30-2017 12:28 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