Comment Re:Just for fun... C is a hoax? (Score 1) 299
sure... or if you want to avoid that strange 0 == replacement for !, you could use
(n % 2 || putchar('_'))
(n % 2 || putchar('_'))
I've got a bad feeling about this.