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