>> A[N++]
= N++;
Post incs not happening until after th ';' would be a reasonable
way
to implement it. BUT, K&R did not specify that. The post incs can
be done any time after the value of N is fetched for evaluation until
after the ';'.
Not even - they can be done before the value is fetched, even, provided
the fetched value is adjusted to compensate.
Also, should we assume that N will be incremented
twice?
I don't think K&R specified (ICBW; it's been a while since I read K&R
v1). ANSI explicitly specifies that the resulting behaviour is
undefined, which means it may be anything at all that the compiler is
capable of arranging for; it need not even include any attempt to
*read* N, much less increment it.
/~\ The ASCII der Mouse
\ / Ribbon Campaign
X Against HTML mouse at rodents.montreal.qc.ca
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B