What is overloading unary operator?


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

Post New Answer

More C++ General Interview Questions

Can I uninstall microsoft c++ redistributable?

0 Answers  


Are strings mutable in c++?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What is double in c++?

0 Answers  


Is c++ a dying language?

0 Answers  






List down the guideline that should be followed while using friend function.

0 Answers  


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


Can a program run without main?

0 Answers  


What is c++ runtime?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


Categories