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
Differentiate between a constructor and a method in C++.
Which compiler does turbo c++ use?
What do you mean by delegate? Can a user retain delegates?
What is the c++ programming language used for?
How is c++ different from java?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are the uses of typedef in a program?
Is c++ map a hash table?
When can I use a forward declaration?
What will happen if a pointer is deleted twice?
Write a C++ Program to check whether a number is prime number or not?
What are the advantages of c++?
Is c++ built on c?
Why namespace is used in c++?
What is vector processing?