HP C/iX Reference Manual (31506-90011)
Chapter 2 25
Lexical Elements
Character Constants
Examples
'a'
represents the letter a, the value 97
'\n'
represents the newline character, the value 10
'\?'
represents a question mark, the value 63
'7'
represents the character 7, the value 55
'\0'
represents the null character, the value 0
'\101'
represents the letter A, the value 65