What will be the output of the following C code? int T; static T= 8; extern T; void main() { printf(%d,T); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following C code? int T; static T= 8; extern T; void main() { printf(%d,T); }