What size is allocated to the union variable?


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

Post New Answer

More C++ General Interview Questions

Copy Linked List using recursive function?

2 Answers   Persistent,


in C++ , the word plus plus who found this?

4 Answers  


Which c++ operator cannot overload?

0 Answers  


What is the main purpose of overloading operators?

0 Answers  


What are the different types of variables in C++?

1 Answers  


What is a multimap c++?

0 Answers  


What do you mean by function pointer?

0 Answers  


Is c++ high level programming language?

0 Answers  


Explain the register storage classes in c++.

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 the benefit of encapsulation?

0 Answers  


What are the various arithmetic operators in c++?

0 Answers  


Categories