confusion in "union"
UNION uses just one location (max among all the menbers of the UNION) but then say my UNION has int and float initially I read a int value it gets stored in a particular location. Now when I read the float value I lose my int value because i will be overwriting the int value.
so my question is where does the previous value get stored?😕