What is a custom exception?
Answer / nashiinformaticssolutions
A custom exception is a user-defined exception class derived from std::exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
When does a name clash occur?
What is "strstream" ?
What is c strings syntax?
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
Can inline functions have a recursion? Give the reason?
What is pointer to array in c++?
What does int * mean in c++?
Which software is best for c++ programming?
What would happen on forgetting [], while deallocating an array through new?
diff between pointer and reference in c++?
How can a struct in c++ differs from a struct in c?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?