What is unary operator? List out the different operators involved in the unary operator.


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

Post New Answer

More C++ General Interview Questions

Write about the various sections of the executable image?

0 Answers  


Who created c++?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Differentiate between the message and method?

1 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


Is there a sort function in c++?

0 Answers  


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,


what kind of projects are suitable for c and c++

0 Answers  


Explain how we implement exception handling in c++?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


Categories