Help w/2 things ...

Warlow jamespw at mqcomp.oz
Tue Aug 15 12:28:19 AEST 1989


In article <63195 at linus.UUCP> rtidd at mitre.arpa writes:
>...
>  Write a program that will display an exact copy of its own 
>source code.

I lifted the following from someone's signature a while back:

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

(NB 34 == '"')



More information about the Comp.lang.c mailing list