Answer Posted / nashiinformaticssolutions
A custom exception is a user-defined exception class derived from std::exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various access specifiers in c++?
Who calls main function?
What is the meaning of c++?
How does c++ sort work?
Describe new operator and delete operator?
Write a Program to find the largest of 4 no using macros.
What are pointer-to-members in C++? Give their syntax.
Define macro.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is private inheritance?
How can we check whether the contents of two structure variables are same or not?
How do you differentiate between overloading the prefix and postfix increments?
What is nested class in c++?
Is the declaration of a class its interface or its implementation?
Explain the difference between overloading and overriding?