From: "Dan Veeneman" <dan(a)ekoan.com>
Fred,
Do you really give out tests like this:
At 06:06 PM 6/23/04, you wrote:
int N = 10;
while (N--) printf("&d\n",N);
What are the first and last numbers displayed?
is appropriate for open-book.
I'm presuming there's a typo inside the quotes...
otherwise you have a nice trick question!
Hi
Evaluation order can be important in many context.
That is why I like a more concise language than C.
Dwight