SOLUTION

A Program whose output is a copy of itself


#define p "#define p %c%s%c %cmain() {printf(p, 34, p, 34, 10,10);}%c"
main() {printf(p, 34, p, 34, 10,10);}


Back to Fiend's Solutions Page