Difference between Operator overloading and Functional
overloading?
Answer Posted / d289
did you guys copy each others answer? :P
| Is This Answer Correct ? | 60 Yes | 18 No |
Post New Answer View All Answers
How the programmer of a class should decide whether to declare member function or a friend function?
Which operations are permitted on pointers?
what is the difference between overloading & overriding? give example.
Define friend function.
What is atoi?
What are libraries in c++?
What is the difference between global variables and static varables?
Is c better than c++?
What is ofstream c++?
Why is main function important?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is oop in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Is overriding possible in c++?
What does std mean in c++?