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
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Explain shallow copy?
What will happen if a pointer is deleted twice?
What is the difference between an external iterator and an internal iterator?
Which format specifier is used for printing a pointer value?
Why iomanip is used in c++?
What is auto type c++?
What are the advantages of using pointers in a program?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Differentiate between a constructor and a method in C++.
What is a syntax in c++?
What is a flag in c++?
What is overloading unary operator?
Explain selection sorting. Also write an example.
What is a type library?