Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.


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

Post New Answer

More C++ Interview Questions

Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


Consider the following C++ program

0 Answers  


What is placement new?

1 Answers   Amazon,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,






What is conversion constructor in C++

0 Answers   TCS,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


What is static variable and difference between(const char *p,char const *p,const char* const p).

0 Answers   Accenture,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What does it mean to take the address of a reference?

0 Answers   Amazon,


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Categories