MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
What is the basic of grouping standard exception c..
1.
What is the basic of grouping standard exception classes,in c++?
A.
Catch
B.
None of these
C.
Error
D.
Namespace std
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
How many parameter does the throw expression has, in c++?
How to handle exception in constructor, in c++?
Which operator in c++ programming language , is used by catch-all handler?
Uncaught exception will call which function?
Catch-all handlers uses which operators in c++?
How many standard exception exist in c++?
What should be included in try block in c++ programming language?
What is a count of standard exception?
What is the basic of grouping standard exception classes,in c++?
Which of the following is true about exception handling in C++? i) There is a standard exception class like Exception class in Java. ii) All exceptions are unchecked in C++, i.e., compiler doesn't check if the exceptions are caught or not. iii) In C++, a function can specify the list of exceptions that it can throw using comma separated list like following.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply