Char datatype in C-language
1677
10-Jul-2018
Prakash nidhi Verma
10-Jul-2018Char 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.