Keyword char
is used for declaring character type variables. For example,
char test = 'h';
The size of the character variable is 1 byte.
Keyword char
is used for declaring character type variables. For example,
char test = 'h';
The size of the character variable is 1 byte.