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 the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


Define pre-condition and post-condition to a member function in c++?

0 Answers  


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


How many types of classes are there in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  






explain the reference variable in c++?

0 Answers  


What's the order in which the local objects are destructed?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


Why do we need templates?

0 Answers  


Explain the concept of dynamic allocation of memory?

0 Answers  


Define anonymous class.

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Categories