Explain unexpected() function?
Answer / Sudam Kumar
The "unexpected()" function in C++ is a part of exception handling. It's used by the standard library to report an unexpected condition, typically thrown when an error occurs during runtime that was not anticipated by the programmer. This function is not directly called by the programmer but is invoked implicitly by the exception handling mechanism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why c++ is better than c language?
What is dev c++ used for?
What is else syntax in c++?
What is array in c++ pdf?
Why c++ is created?
What is a dangling pointer in c++?
Write a C++ Program to check whether a number is prime number or not?
Why do we need c++?
What is while loops?
Why is it called c++?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
How is c++ different from java?