Tuesday, July 28, 2009

Please tell me the C program that gives its own source code as output?

this type of program is called a quine





main(){char *c="main(){char *c=%c%s%c;printf(c,34,c,34);}";printf(c,...





but i can't quite understand this


No comments:

Post a Comment