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('_'))
Q: How many IBM CPU's does it take to execute a job? A: Four; three to hold it down, and one to rip its head off.