What is the difference between a "copy constructor" and an "assignment operator" 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 block in c++?

0 Answers  


Explain how we implement exception handling in c++?

0 Answers  


Distinguish between a # include and #define.

0 Answers  


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

0 Answers  


Explain what is class definition in c++ ?

0 Answers  






Explain unexpected() function?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


What is conversion constructor?

2 Answers   TCS,


What is the use of setprecision in c++?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is cout flush?

0 Answers  


Why can you not make a constructor as const?

3 Answers  


Categories