Com Sci Chapter 2 Lecture Notes

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. Section 2.10: The String Type. The data type of String is used to store a string (or sequence) of characters. ................
................