How should runtime errors be handled in c++?


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

Post New Answer

More C++ General Interview Questions

What is a null object in c++?

0 Answers  


What's the order in which the objects in an array are destructed?

0 Answers  


What is lvalue?

0 Answers  


What are smart pointer? Whats its use?

1 Answers   CTS,


What is cloning?

1 Answers  






What are the differences between malloc() and calloc()?

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


Why is main function important?

0 Answers  


Can we define a constructor as virtual in c++?

0 Answers  


What is a concrete class?

1 Answers  


Why is standard template library used?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


Categories