MCQOPTIONS
Bookmark
Saved Bookmarks
→
C++ Programming
→
Constructors And Destructors in C++ Programming
→
Return type of uncaught_exception() is____________..
1.
Return type of uncaught_exception() is________________
A.
int
B.
bool
C.
char *
D.
double
Answer» C. char *
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Return type of uncaught_exception() is________________
Which function is invoked when we try to throw an exception that is not supported by a function?
How one can restrict a function to throw particular exceptions only?
Which function is invoked when an unhandled exception is thrown?
In nested try catch blocks, if both inner and outer catch blocks are unable to handle the exception thrown, then ______________
If inner catch block is unable to handle the exception thrown then__________
In nested try-catch block, if the inner catch block gets executed, then______________
The C++ code which causes abnormal termination/behaviour of a program should be written under _________ block.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply