void main() { i=50; printf("%d",i); } What should be added to this file, so that the program is compiled.
Reveal answer
Fill a bubble to check yourself
void main() { i=50; printf("%d",i); } What should be added to this file, so that the program is compiled.