Explain deep copy and a shallow copy?


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++ with example?

0 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


What is a "RTTI"?

6 Answers   HCL,


What is guard code in c++?

0 Answers  


Can we delete this pointer in c++?

0 Answers  






Please explain the reference variable in c++?

0 Answers  


What are the different operators in C++?

3 Answers   HP,


What is the main purpose of c++?

0 Answers  


What are vtable and vptr?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


What is a set in c++?

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  


Categories