What will be the output of the following program : void main() { unsigned ch='Y'; printf("%d",sizeof ch); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following program : void main() { unsigned ch='Y'; printf("%d",sizeof ch); }