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
What is vectorial capacity?
Which format specifier is used for printing a pointer value?
What is a string example?
Distinguish between new and malloc and delete and free().
What is null c++?
Can we use struct in c++?
What do manipulators do?
What causes a runtime error c++?
When do we run a shell in the unix system?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
When should you use global variables?
If a function doesn’t return a value, how do you declare the function?
What is heap sort in c++?
How do I run a program in notepad ++?
Difference between inline functions and macros?