What would be the conclusion of the following statement in 'C'? int i=5;for(;;){ printf(n Value of i=%d,i);}
Reveal answer
Fill a bubble to check yourself
What would be the conclusion of the following statement in 'C'? int i=5;for(;;){ printf(n Value of i=%d,i);}