Com Sci Test #1 Review

When an integer is cast to a char, only the lower 16 bits of data are used. When a float or double is cast to a char, the floating-point value is cast to an int, which is then cast to a char. When a char is cast to a numeric type, the character’s Unicode value is cast to the specified numeric type. ................
................