What is a catch statement?


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

Post New Answer

More C++ General Interview Questions

What is a c++ object?

0 Answers  


What are c++ tokens?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


Discussion on error handling of C++ .

0 Answers  






When should we use multiple inheritance?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


what is upcasting in C++?

0 Answers  


What is an action class?

1 Answers  


What is a breakpoint?

0 Answers  


Is overriding possible in c++?

0 Answers  


What are the c++ access specifiers?

1 Answers  


Categories