But what exactly is stored in those bytes?
If you set your integer to -75, what would the character be?
Similarly, if you set the integer to zero, then placed an "A" in the character variable, what value would the integer have?
You need to know this if you're using unions in one particular...