Which type of variable should you use if you want to store different types of data at different times within the same memory location?
A. int
B. float
C. char
D. union
Answer: Option D
Related Questions on Structure and Union
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above

Join The Discussion