'goto" gone from computer languages or is it!

Bryan Pope bpope at wordstock.com
Fri May 13 13:07:46 CDT 2005


And thusly Mike Loewen spake:
> 
> 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
> 

I checked after I sent the message and my system output "2 1 0"...  I am 
using Watcom C 10.6 under QNX 4.25.

Cheers,

Bryan Pope



More information about the cctalk mailing list