Page 1 of 1

Number of times the loop will run. for(digit = 0;digit < 9; digit++) { digit = digit *2; digit--; }

Posted: Thu Jul 14, 2022 9:11 am
by answerhappygod
a) Infinite
b) 9
c) 0
d) 4