Can we overload operator in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is polymorphism?

14 Answers   Accenture,


What is c++ redistributable?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


Define the process of error-handling in case of constructor failure?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


In a class only declaration of the function is there but defintion is not there then what is that function?

5 Answers   Hughes,


what is the use of templates?

3 Answers  


How is computer programming useful in real life?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


Categories