For loop - stop condition - C Board
For loop - stop condition This is a discussion on For loop - stop condition within the C Programming forums, part of the General Programming Boards category; I found a for loop in an example that I don't understund fully. Code: for (i=64; i; i/=2) printf(...