What is the main purpose of overloading operators?


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

Post New Answer

More C++ General Interview Questions

What is scope in c++ with example?

0 Answers  


What is a driver program?

0 Answers  


What is the operator in c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


When should we use multiple inheritance?

0 Answers  


What is null c++?

0 Answers  


Is c++ still in demand?

0 Answers  


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

1 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What is ios class in c++?

0 Answers  


Explain what is class definition in c++ ?

0 Answers  


Categories