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.
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.