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

List out some of the OODBMS available?

1 Answers  


Can comments be longer than one line?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


What is std namespace in c++?

0 Answers  






Show the application of a dynamic array with the help of an example.

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


What is difference between malloc()/free() and new/delete?

0 Answers  


What is the difference between strcpy() and strncpy()?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Define Virtual function in C++.

0 Answers   iNautix,


How delete [] is different from delete?

0 Answers  


Categories