Vidyalelo
C Programming · Q15

Structure and Union

Programming · C Programming · question 15

Q15

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

Answer: Option D

Solution

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