What is the difference between structures and unions?


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

Post New Answer

More C++ General Interview Questions

Is dev c++ free?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


Why should you learn c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  






State the difference between delete and delete[].

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


write a programme to get a character and thier ASCII value

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


Why is c++ a mid-level programming language?

0 Answers  


What is a c++ vector?

0 Answers  


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


Categories