Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!gatech!amdcad!tim From: tim@amdcad.UUCP Newsgroups: comp.lang.c Subject: Style [++i vs i++] Message-ID: <17310@amdcad.AMD.COM> Date: Tue, 30-Jun-87 11:15:36 EDT Article-I.D.: amdcad.17310 Posted: Tue Jun 30 11:15:36 1987 Date-Received: Sat, 4-Jul-87 02:05:56 EDT Organization: Advanced Micro Devices, Inc., Sunnyvale, Ca. Lines: 21 OK, now that we have opened up the "style" issue with !p vs p != NULL (sic), how about another: Which operator (pre-increment or post-increment) do you use when the side- effect is the only desired action and the result is discarded, i.e. for (i=0; i