http://qs321.pair.com?node_id=582174


in reply to Re^3: last in a do while loop
in thread last in a do while loop

There's one significant advantage (from the reader's point of view) to while (1):

There are minor advantages (from the reader's point of view) to for (;;):

Update: hum... while (!0) could be read as "while not done"...