C++ MQCs with Explanation ( EXCEPTION HANDLING)

Exceptions are thrown

  1. from throw statement to try block
  2. from throw statement to catch block
  3. from catch block to try block
  4. from the statement containing error to catch block



Answer: 
Option b: from throw statement to catch block

Explanation Here

Post a Comment

0 Comments