What will be the output of the following program : void main() { unsigned ch='Y'; printf("%d",sizeof ch); }
Compile-Time Error
2
4
1