This is the char type, which holds representations of characters such as letters and numbers. The char data type holds 2 byte(16-bits), its range is 0 to 65535, for example: char i ='j'; i is a variable of char type declare and assign it the value 'j'.