Categories
a. Basic Data Type

char

Keyword char is used for declaring character type variables. For example,

char test = 'h';

The size of the character variable is 1 byte.

Leave a Reply

Your email address will not be published. Required fields are marked *