C
Programming and Technical
output?
Q. What are the advantages of using Unions?
A. (i) Efficient use of memory as it it does not demand memory space for its all members rather it require memory space for its largest member only.
(ii) Same memory space can be interpreted differently for different members of the union.
Read Solution (Total 0)
C Other Question