C++ MQCs with Explanation ( EXCEPTION HANDLING)

The catch block

  1. must be placed immediately after the try block
  2. must be placed just before the try block
  3. must be placed immediately after the statement throwing exception
  4. may be placed anywhere in the program



Answer: 
Option a: must be placed immediately after the try block

Explanation Here

Post a Comment

0 Comments