int x = 0; for (x=1; x<4; x++); printf(x=%dn, x); What will be the output of the sample code given above?
Reveal answer
Fill a bubble to check yourself
int x = 0; for (x=1; x<4; x++); printf(x=%dn, x); What will be the output of the sample code given above?