c - Good examples using 'union' with 'enum'? - Stack Overflow
Sep 19, 2014 · -- computers have memory; use some of it to represent what type of value is in the union. An enum is one way to represent which type is stored. I believe it is a way of implementing tagged unions or sum...