for loop stop condition - C / C++
for loop stop condition. C / C++ Forums on Bytes. ... On 10 Jul 2004 10:23:21 -0700, mm2ps@yahoo.co.uk (Douglas) wrote in comp.lang.c: Hi, In the loop for(i=0; i< h+1; i++); if h=10 say, then is h+1 evaluated every time or, between iterations,...