Find the output of the following C program:
main(){char ch='A';printf(%d%d,sizeof(ch),sizeof(A));}
Reveal answer
Fill a bubble to check yourself
Find the output of the following C program:
main(){char ch='A';printf(%d%d,sizeof(ch),sizeof(A));}