Define the process of error-handling in case of constructor failure?


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

Post New Answer

More C++ General Interview Questions

How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


Describe new operator and delete operator?

0 Answers  


What is a mutex and a critical section.Whats difference between them?How do each of them work?

4 Answers   CTS,


What is a c++ object?

0 Answers  


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


How does work in c++?

0 Answers  


what is Member Functions in Classes?

0 Answers  


What is code reusability in c++?

0 Answers  


what are prototypes

4 Answers   Infosys, TCS,


What is a tuple c++?

0 Answers  


Categories