What is a union in C?
Anonymous
A union is a special data type available in C that enables you 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.
Check out your Company Bowl for anonymous work chats.