P
Pravin Shetty
Hi
I would like to know how to print the program itself as the output of
that same program without using files...
eg:
#include<stdio.h>
void main()
{
printf("hello");
-
-
-
-
}
This is the program. On execution of this program,the output should be
#include<stdio.h>
void main()
{
printf("hello");
-
-
-
-
}
thank you
Reagrds
Pravin
I would like to know how to print the program itself as the output of
that same program without using files...
eg:
#include<stdio.h>
void main()
{
printf("hello");
-
-
-
-
}
This is the program. On execution of this program,the output should be
#include<stdio.h>
void main()
{
printf("hello");
-
-
-
-
}
thank you
Reagrds
Pravin