C programming: char type

The “smallest“ type in the C language is the char type. You can use it to create variables with a size of no more than one byte.
Back to Top