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
Should you pass exceptions by value or by reference?
What is the role of static keyword for a class member variable?
What is the use of endl in c++ give an example?
In a function declaration what does extern means?
Is eclipse good for c++?
What are containers in c++?
Which software is used to run c++ program?
What is virtual function? Explain with an example
Can I learn c++ in a week?
Is it possible to use a new for the reallocation of pointers ?
Explain overriding.
What is the use of bit fields in structure declaration?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are the types of pointer?
Can you please explain the difference between static and dynamic binding of functions?