What is the output of following 'C' fragment? For(i=1,j=10;i<6;++i,--j) printf(“%d%d”,i,j);
Reveal answer
Fill a bubble to check yourself
What is the output of following 'C' fragment? For(i=1,j=10;i<6;++i,--j) printf(“%d%d”,i,j);