When are exception objects created?


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

Post New Answer

More C++ General Interview Questions

What is the use of this pointer in c++?

0 Answers  


If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


Why do we learn c++?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is the difference between #import and #include in c++?

0 Answers  






Tell me what are static member functions?

0 Answers  


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


What is array give example?

0 Answers  


What are c++ tokens?

0 Answers  


what kind of projects are suitable for c and c++

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


What is static function and static class?

4 Answers   HCL,


Categories