What is the Diffrence between a "assignment operator" and a
"copy constructor"?
Answer Posted / bheda govind
Assignment operater are types,
(1)simple
(2)compond a+=5
(3)expresion a=a+b
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many static variables are created if you put one static member into a template class definition?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What does return 0 do in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What does int * mean in c++?
Explain the register storage classes in c++.
describe private access specifiers?
Can we use clrscr in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Is it possible to get the source code back from binary file?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Is it possible for the objects to read and write themselves?
What are the advantages of inheritance in c++?
What does #define mean in c++?
Is c++ a high level language?