FYI - From the artcile:
"Unlike the for loop, the while loop will always execute at least once. This is because the condition test is checked after the first iteration. It is important to realize that loops may be nested within each other."
This is not correct. In C, The while loop's condition is checked BEFORE each iteration. It is the do-while loop that has its condition checked afterwards.






News Items and General Discussion About EH-Net : Change is Coming to EH-Net!!




