C++ MQCs with Explanation ( EXCEPTION HANDLING)

Which of the following are legal throw statements?

  1. throw ( );
  2. throw (exception);
  3. throw exception ;
  4. All of the above



Answer: 
Option c: throw exception ;

Explanation Here

Post a Comment

0 Comments