C++ MQCs with Explanation ( EXCEPTION HANDLING)

The statement catch (…) that can catch all types of exception

  1. can be placed anywhere in the program
  2. can be placed anywhere in the catch group
  3. must always be placed in the beginning of catch group
  4. must always be placed in the last in the catch group



Answer: 
Option c: must always be placed in the beginning of catch group

Explanation Here

Post a Comment

0 Comments