Answer Posted / vaibhav darji
copy(): it will copy the structure of data and data also.
clone(): it will copy the structure of data only.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is c++ and its uses?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is a .lib file in c++?
How do you clear a set in c++?
What is tellg () in c++?
In the derived class, which data member of the base class are visible?
How to get the current position of the file pointer?
Why is c++ is better than c?
What is a c++ vector?
Explain what is polymorphism in c++?
Why do we use structure in c++?
How do you define a class in c++?
What are exceptions c++?
What is stream and its types in c++?