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
Differentiate between the message and method in c++?
What is the difference between a baller and a reference in C++?
Which c++ operator cannot overload?
Difference between a copy constructor and an assignment operator.
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What are the sizes and ranges of the basic c++ data types?
What are literals in C++?
Can char be a number c++?
Which function cannot be overloaded c++?
What are the various compound assignment operators in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Is map thread safe c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is c++ virtual inheritance?