Char datatype in C-language
Ask by Prakash nidhi Verma
Updated 22 Sep 2020
Char datatype in c language:
The memory allocated to a character variable is 1 byte while memory allocated to character constant is 4 byte because it returns ASCII value.