Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios AmitTheInfinity on February 6, 2007
The program which prints itself... Well I found this interesting program on net. Check it out.
Language
C
Tags

A Program Which Prints Itself


#include<stdio.h>

main()
{
  char *a = "main(){char *a = %c%s%c; int b = '%c'; printf(a,b,a,b,b);}";
  int b = '"';
  printf(a,b,a,b,b);
}

Comments

blog comments powered by Disqus