What will be the output of the following: void main() { register int a; printf("%d",a); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following: void main() { register int a; printf("%d",a); }