C Basic Types - Binary Representions
Values have a type and a binary representation.
The binary representation of a type is a model that describes the possible values for that type. It is not the same as the in-memory object representation that describes the more or less physical storage of values of a given type.
TAKEAWAY 5.49
TAKEAWAY 5.49 The same value may have different binary representations.