How to handle exception in c++,
For example in a functions i am assigning memory to some
variables and also in next instructions in am dividing one
variable also.
If this functions generates a error while allocating memory
to those variable and also while dividing the variable if i
divide by zero then catch block how it will identify that
this error has cone from perticular instruction
No Answer is Posted For this Question
Be the First to Post Answer
What is sub classing in c++?
What is oops and why we use oops?
How to use CMutex, CSemaphore in VC++ MFC
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Differences between inline functions and non-inline functions?
What's the full form of STL?
Prepare me a program for the animation of train
What are the benefits of interface?
What is persistence in oop?
what is runtime polymorphism? For the 5 marks.
Why do we use class in oops?