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
explain dynamic binding by drowing
what is new modifier in C#
What is oops concept with example?
What is polymorphism and its types?
What is the difference between inheritance and polymorphism?
Can a destructor be called directly?
what is the basic concept of inheritance?
Can we call a base class method without creating instance?
When will a constructor executed?
Can we have inheritance without polymorphism?
define oops with class and object
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that