What will be the output of the given statement? int i=3; do { printf(%d n, i); } while(i!=0);
Reveal answer
Fill a bubble to check yourself
What will be the output of the given statement? int i=3; do { printf(%d n, i); } while(i!=0);