Answer Posted / priya
Whenever u want to copy the members of one object to another
object of the same class in a C++ program.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the best ide for c++?
How the delete operator differs from the delete[]operator?
Write a function that swaps the values of two integers, using int* as the argument type?
What is type of 'this' pointer?
What is the difference between struct and class?
What are the extraction and insertion operators in c++? Explain with examples.
Who calls main function?
What is near, far and huge pointers? How many bytes are occupied by them?
What are references in c++? What is a local reference?
Which software is used for c++ programming?
Differentiate between a constructor and a method in C++.
Name four predefined macros.
what are the iterator and generic algorithms.
If there are two catch statements, one for base and one for derived, which should come first?
What are c++ stream classes?