what is C++ exceptional handling?
Answer / Bhargov Nandan Pandey
Exceptional handling in C++ refers to the mechanism for dealing with exceptions (errors or unusual conditions) during the execution of a program. The try, catch, and throw keywords are used to handle exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of object in c++?
What is operator overloading in c++ example?
Explain the concept of copy constructor?
Define a pdb file.
What are files in c++?
What is c++ try block?
Can create new c++ operators?
How are Structure passing and returning implemented by the compiler?
What is scope in c++ with example?
What is the basic of c++?
Why c++ is faster than java?
What is pointer to member?