a) In the following declaration statement:
char c=’A’;
Variable c stores one byte of memory space while character constants ‘A’ stores one byte
memory space. How one byte variables can stores two byte character constant? What is
automatic type promotion in c?
In the following declaration statement:
July 7, 2021 in C and CPP