A little puzzle

Shawn Bayern (shawn.bayern@yale.edu)
Sat, 1 May 1999 08:10:02 -0400 (EDT)

Here's a classic little C/Unix puzzle that I thought some of you might
like. I've modified it slightly to make it more 'on topic' for this list.
As you should know by now, *everything* I post here is really just Unix
stuff couched in Linux-specific terms. :)

Anyway, the puzzle is -

Try to predict what the following code will print, and explain how it
works. (If you've worked it through before, don't give it away just yet.)

main() {printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-0x60);}

--
Shawn