'goto" gone from computer languages or is it!
Mike Loewen
mloewen at cpumagic.scol.pa.us
Fri May 13 12:58:12 CDT 2005
On Fri, 13 May 2005, Bryan Pope wrote:
>> So, to tie this in with the Zen Koan threads, what is the result of
>>
>> int i = 0;
>> printf("%d %d %d\n",i++,i++,i++);
>>
>
> IIRC it should output:
>
> 2 1 0
Not on my system:
0 1 2
Mike Loewen mloewen at cpumagic.scol.pa.us
The B9 Robot Builders Club B9-0014 http://ripsaw.cac.psu.edu/~mloewen/B9/
Old Technology http://ripsaw.cac.psu.edu/~mloewen/Oldtech/
More information about the cctalk
mailing list