Find the output of the following C program:
main(){int i=0;while(++i<=10) printf(%d, i);}
Reveal answer
Fill a bubble to check yourself
Find the output of the following C program:
main(){int i=0;while(++i<=10) printf(%d, i);}