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('_'))
Documentation is the castor oil of programming. Managers know it must be good because the programmers hate it so much.