I just started learning C and am rather confused over declaring characters using int and char.
I am well aware that any characters are made up of integers in the se
Size of an int is 4 bytes on most architectures, while the size of a char is 1 byte.
int
char