What will be the output of the following question?
main() { extern int out; printf(“%d”,out); } int out=100;
Reveal answer
Fill a bubble to check yourself
What will be the output of the following question?
main() { extern int out; printf(“%d”,out); } int out=100;