Union consists of number of elements
Answers
Answered by
0
Answer:
A union is a special data type available in C that allows storing different data types in the same memory location. .We can define a union with many members, but only one member can contain a value at any given time. Unions provide an efficient way of using the same memory location for multiple-purpose.
Answered by
0
Answer:
A union is a special data type available in C that allows storing different data types in the same memory location. ... We can define a union with many members, but only one member can contain a value at any given time. Unions provide an efficient way of using the same memory location for multiple-purpose
Explanation:
pls mark as branlist
Similar questions