Can union be self referenced?


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

Post New Answer

More C++ General Interview Questions

What is an iterator class in c++?

0 Answers  


Which bit wise operator is suitable for putting on a particular bit in a number?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What is an orthogonal base class in c++?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,






If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is a reference in C++?

1 Answers  


Write a program to show polymorphism in C++?

0 Answers   Impetus, Verifone,


How to allocate memory dynamically for a reference?

0 Answers  


What is a singleton class c++?

0 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


What is void pointer in c++ with example?

0 Answers  


Categories