Obfuscated C Contest
Obfuscated C Contest
(programming)This relatively short and sweet entry might help convey theflavour of obfuscated C:
/** HELLO WORLD program* by Jack Applin and Robert Heckendorn, 1985*/main(v,c)char**c;for
Here's another good one:
/** Program to compute an approximation of pi* by Brian Westley, 1988*/
#define _ -F<00||--F-OO--;int F=00,OO=00;main()F_OOF_OO() _-_-_-_ _-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_-_-_-_-_ _-_-_-_-_-_-_-_ _-_-_-_
Note that this program works by computing its own area. Formore digits, write a bigger program. See also hello, world.