Answer Posted / sanjay gupta
COPY CONSTRUCTOR IS A SPECIAL CONSTRUCTOR IN C++ PROGRAMMIN
LANGUAGE FOR CREATING A NEW OBJECT AS A COPY OF AN EXISTING
OBJECT
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to use CMutex, CSemaphore in VC++ MFC
What information can an exception contain?
Can destructor be overloaded?
What is binary object model?
What is multilevel inheritance?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Which coding certification is best?
Which programming language should I learn first?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is basic if statement syntax?
What is null and void pointer?
Why do we use setw in c++?
Why is c++ not purely object oriented?
Can we make any program in c++ without using any header file and what is the shortest program in c++.