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

What methods can be overridden in java?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,






What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What is exception handling? Does c++ support exception handling?

0 Answers  


Which function cannot be overloaded c++?

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


What is a manipulative person?

0 Answers  


What is compilation?

1 Answers   Datamatics, TCS,


What do c++ programmers do?

0 Answers  


Categories