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 polymorphism? Explain with an example.
What is the difference between procedural programming and oops?
What are functions in oop?
Name an advantage of linked list over array?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What normal C constructs work differently in C++?
what is single inheritance?
Can we create object of abstract class?
How to overload new operator in c++
what is different between oops and c++
What is abstract class in oops?
What is encapsulation c#?