What is the primary use of a union in a C program?
A. To represent multiple data types using the same memory location
B. To store a collection of elements of the same type
C. To organize data into a hierarchy
D. To define a custom data type
Answer: Option A
Join The Discussion