可以打印自身的程序

#include <stdio.h>
main()
{char *p=”main()%c{char *p=%c%s%c;%cprintf(p, 10, 34, p, 34, 10, 10);}%c”;
printf(p, 10, 34, p, 34, 10, 10);}