Programming - C++ Language

You Are Here :: Home > C++ Language > Exceptions - General Questions

 
7.

What will happen when an exception is not processed?                        


A. It will eat up lot of memory and program size B. Terminate the program
C. Crash the compiler D. None of the mentioned




8.

The run time system performs __________ on virtual functions.                        


A. additional error checking B. dynamic binding
C. static binding D. no special services




9.

An exception is caused by                        


A. A hardware problem B. A problem in the operating system
C. A run-time error D. A syntax error




10.

An exception thrown from outside try block will ______________.                        


A. call function return B. be ignored
C. hang the machine D. call function terminate




11.

How to handle error in the destructor?                        


A. throwing B. terminate
C. both a & b D. none of the mentioned




12.

What kind of exceptions are available in c++?                        


A. handled B. unhandled
C. static D. dynamic




« prev

1

2

3

next »

 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on