Find the output of the following C program:
Main(){int i;For(i=1;i <=10;i ++){Printf(%d ”,i);i=i+1;}}
Reveal answer
Fill a bubble to check yourself
Find the output of the following C program:
Main(){int i;For(i=1;i <=10;i ++){Printf(%d ”,i);i=i+1;}}