Please explain how for loop execute in this case and why the output is 'a'. for(putchar('a'); putchar(0);putchar('c')) putchar('b') >>a
In C90 if we add putchar('\n'); return 0; at the end the program is legal, isn't it? (Correct me if I'm wrong.)Richard Heathfield #9 May 12 '07, 04:55 PM Re: explain the code snippet Army1987 said: > "Richard Heathfield" <rjh@see.sig.in validha scritto nel messaggi...