Q.Calculate the numbr of iterations in the following loop. main ( ) { int x = 5, y = 10, z = 9; for ( ; x <= 5;) { y ++; z == ; x =x + 1 /2; if (z= = 0) z = y ; } }
Correct answer: Infinite
Read, practise, and share this question using its permanent link.