Unions
A union is a derived data type—like a structure—with members that share the same storage space.
For different situations in a program, some variables may not be relevant, but other variables are—so a union shares the space instead of wasting storage ...
kaustubhk.hashnode.dev3 min read