Comment on c++ standard exceptions?


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

Post New Answer

More C++ General Interview Questions

What things would you remember while making an interface?

0 Answers  


What is a class definition?

0 Answers  


What is searching?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  






Give an example of run-time polymorphism/virtual functions.

0 Answers  


What are the advantages of c++?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


What is anonymous object in c++?

0 Answers  


Carry out conversion of one object of user-defined type to another?

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


Name the debugging methods that are used to solve problems?

0 Answers  


Categories