// Union of char, int and float union mixedBag { char a; int b; float c; }