next up previous contents
Next: 5.6 Assignment Operators and Up: 5.5 Operators Previous: 5.5.3 Floating Point Numbers

5.5.4 Characters

Characters are only allowed in character arrays. When a cell of the array is referenced, it is automatically coerced into a integer representation for manipulation by the integer operations. When a value is stored into a character array, it is coerced from a standard 16-bit integer into an 8-bit character (by truncating the upper eight bits).



Fred G. Martin
Fri Mar 29 17:44:15 EST 1996