in reply to Re: post-increment/pre-increment blues
in thread post-increment/pre-increment blues
Entering this line with i==5 prints (6+7+1) or (7+6+1). Sooo ++ has higher precedence than +. Certainly fun, but really not so hard to figure out why 14, eh?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To get 14...
by Abigail-II (Bishop) on Jun 19, 2002 at 16:34 UTC |