Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 408 Bytes

char.md

File metadata and controls

10 lines (7 loc) · 408 Bytes

Char

Smallest addressable unit of the machine that can contain basic character set. It is an integer type.

In some languages the char type is used to denote a single ascii, utf-7 or utf-8 character.