character literal in C

A character literal is an integer, written as one character within single quotes, such as 'x'. The value of a character literal is the numeric value of the character in the machine's character set.