How do you write a program which produces its own source
code as its output?
Answer Posted / sharath
can we use system() to print source code of a file??
if yes please with an example.
also explain how to execute please please
i am in an urgent need.
please
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a double c?
What are the advantages and disadvantages of c language?
Can you think of a logic behind the game minesweeper.
What is the use of sizeof?
What are the scope of static variables?
Explain what are its uses in c programming?
#include
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the method to save data in stack data structure type?
What is meant by recursion?
Why do we use null pointer?
Differentiate between #include<...> and #include '...'
What is getch() function?
What are different types of operators?
What is the argument of a function in c?