char is a type where you can contain only a character. so why we can write
char c='ch';
it's supposed that the char variable can contain only one character.
char is a type where you can contain only a character. so why we can write
char c='ch';
it's supposed that the char variable can contain only one character.