Find the output of the following C program:
main(){extern int i;i=20;printf(%d,sizeof(i));}
Reveal answer
Fill a bubble to check yourself
Find the output of the following C program:
main(){extern int i;i=20;printf(%d,sizeof(i));}