Answer Posted / v.senthil kumaran
Declare operator function (dummy) for assignment operator
in the private section of the class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are destructors?
Describe the advantage of an external iterator.
What is difference between class and function?
Why is main function important?
What is the prototype of printf function?
What is a constructor in c++ with example?
What are the manipulators in c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What do you mean by friend class & friend function in c++?
What is difference between n and endl in c++?
What is the c++ programming language used for?
Write about the scope resolution operator?
How does class accomplish data hiding in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
How one would use switch in a program?