
char
A "char" (short for character) is a basic unit of digital text, representing a single symbol like a letter, number, punctuation mark, or special symbol. In programming, it’s used to store individual characters, often using a specific encoding system like ASCII or Unicode, which assigns a unique numerical value to each symbol. Essentially, a char is the building block for text data in computers, enabling the storage and manipulation of textual information in software applications.