Contents
Prev
Next
Page+10
What is the motivation for the union construct in C?
(Multiple data, possibly different types, share the same storage location.)
A: prevents errors
B: improves the literary style of code
C: saves space
D: runs faster
E: automatic type conversion
Answer