
Complete Modern C++ - Union - I
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a key advantage of using unions in C?
They support virtual functions.
They enable memory sharing among members.
They allow for multiple inheritance.
They automatically manage constructors and destructors.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a limitation of unions in C?
Unions can contain virtual functions.
Unions automatically destroy user-defined types.
Unions can have multiple active members at once.
Unions cannot have a base class.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C-11, what must be provided for a union with user-defined constructors?
Automatic destructor invocation.
Support for virtual functions.
Multiple inheritance capabilities.
Manual implementation of constructors and destructors.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When defining a union in C, what is true about its members?
All members must be initialized simultaneously.
Members can be inherited from a base class.
Members are private by default.
Only one member can be initialized at a time.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is the size of a union determined in C?
By the sum of all its members' sizes.
By the size of its smallest member.
By the size of its largest member.
By the number of members it contains.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?