Specify some guidelines that should be followed while overloading operators?


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

Post New Answer

More C++ General Interview Questions

Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

0 Answers  






why all c++ program must have default constructor?

6 Answers   IBM,


give me some class & objects examples?

1 Answers  


What is rvalue?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


What is the use of map in c++?

0 Answers  


Live example for static function?

1 Answers   Infosys,


What is operators in c++?

0 Answers  


Categories