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


Please Help Members By Posting Answers For Below Questions

How come you find out if a linked-list is a cycle or not?

567


Why is c++ still used?

599


Which is better c++ or java?

558


What are destructors?

571


Define token in c++.

710






What are the three forms of cin.get() and what are their differences?

622


What is the default width for ouputting a long integer using the insertion operator?

683


What is a template in c++?

633


Is c# written in c++?

515


What is a static member?

606


Differentiate between declaration and definition.

585


Which software is used for c++ programming?

610


What are c++ variables?

531


What does the nocreate and noreplace flag ensure when they are used for opening a file?

671


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

1941