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

Out of fgets() and gets() which function is safe to use?

0 Answers  


What is a tuple c++?

0 Answers  


What is c++ library?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


What does it mean to declare a member variable as static?

0 Answers  






What is size of empty class object

5 Answers   CA,


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


What are different types of typecasting supported by C++

1 Answers   CA,


Why is main an int?

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


give me some class & objects examples?

1 Answers  


How to declare an array of pointers to integer?

0 Answers  


Categories