What does catch(…) mean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does extern mean in a function declaration in c++?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


How many standards of c++ are there?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  






What is iomanip c++?

0 Answers  


What is a pdb file?

0 Answers  


What is the latest c++ standard?

0 Answers  


Define pure virtual function?

0 Answers  


What is encapsulation in c++?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


When does a name clash occur in c++?

0 Answers  


Categories