Vidyalelo
C++ Programming · Q14

Structures and Unions in C++

Programming · C++ Programming · question 14

Q14

What is the purpose of using unions in C++?

A.
To group related data together
B.
To define loops in the program
C.
To save memory space
Answer
D.
To represent true/false values

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board