Search My BLOG

Free Translater For All Languages

 

Mobile Phone Location Tracker

phone number location and operator in India Just enter 10 digits phone number in the search box and click on Trace.
Enter 10 digits phone number to trace:
All The Best !!!!!

Thursday, November 12, 2009

Program to Print it’s Own Source Code


Here is a C program to print it’s own source code.That is the output of this program is exactly same as it’s source code.Here’s the program.

#include
char *program=”#include%cchar *
program=%c%s%c;%cvoid main()%c{%cprintf
(program,10,34,program,34,10, 10,10,10);%c}”;
void main()
{
printf(program,10,34,program,34,10,10,10,10);
}

No comments:

Post a Comment