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

What is a unnitialised pointer?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


What is basic if statement syntax?

0 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


Why do we use pointers in c++?

0 Answers  


What is the difference between global variables and static varables?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What is c++ library?

0 Answers  


Which is best c++ or java?

0 Answers  


What is the best c++ book?

0 Answers  


Describe private, protected and public?

0 Answers  


What is the latest version on c++?

0 Answers  


Categories