Re: How to understand this line of c ?




"pemo" <usenetmeister@xxxxxxxxx> wrote in message
news:dp6mnn$35l$1@xxxxxxxxxxxxxxxx
>
> "lnzju" <geniuslee@xxxxxxxxx> wrote in message
> news:1136051664.299850.274430@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> main(_){for(--_;putchar(_++["J!Mpwf!Zpv\1"]-1););}
>>
>
> Ah, but run it with some params, and it's dissapointing. Perhaps the
> initialiser in the for loop would have been better this way?
>
> for(_^=_; putchar(_++["J!Mpwf!Zpv\1"]-1); );

or even something like this?

for(_=!!_?_^_:_; putchar(_++["J!Mpwf!Zpv\1"]-1); );

Fun on c.l.c - I love it!


.



Relevant Pages