| [ QuizWit ] in KIDS 글 쓴 이(By): geust (W2lcome) 날 짜 (Date): 2005년 10월 13일 목요일 오후 06시 16분 57초 제 목(Title): Re: 자기 자신을 출력하는 코드 google 질을 하니 다음과 같은 solution<?> 들이 있네요. http://www.math.uchicago.edu/~chruska/recursive/selfish.html Language: C Author: Unknown Notes: The first three examples are variations of the standard ``selfish'' C program. These examples were the primary inspiration for the rest of this silly collection. main(){char *c="main(){char *c=%c%s%c;printf(c,34,c,34);}";printf(c,34,c,34);} |