![]() |
give me the code
i want to write a programm such this programm will print the same code written on the editor.for eg
#include<stdio.h> #include<conio.h> void main() { int i; for(i=0;i<5;i++) printf("MY NAME IS SUJEET"); } OUTPUT: #include<stdio.h> #include<conio.h> void main() { int i; for(i=0;i<5;i++) printf("MY NAME IS SUJEET"); } |
Re: give me the code
see this:-
Code:
#include<stdio.h> |
Re: give me the code
Code: CPP
|
Re: give me the code
The simplest program that will display its own source is an empty file.
|
Re: give me the code
|
Re: give me the code
Use the following program.It will be give the correct ouput what u have expected.
Code:
#include <stdio.h> |
| All times are GMT +5.5. The time now is 17:43. |