explain union with its operation
Answers
Answered by
1
A union is a special data type available in C that allows to store different data types in the same memory location. You 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
1
Answer:
Hope it helps you
Explanation:
A union is a special data type available in C that allows to store different data types in the same memory location. You 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.
Similar questions
English,
2 months ago
Social Sciences,
2 months ago
Social Sciences,
2 months ago
Physics,
4 months ago
Sociology,
4 months ago
English,
10 months ago