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
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What are lookup tables in c?
Why does not c have an exponentiation operator?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Explain how does free() know explain how much memory to release?
How can a program be made to print the name of a source file where an error occurs?
How do you convert strings to numbers in C?
What is the Purpose of 'extern' keyword in a function declaration?
What are the different properties of variable number of arguments?
Explain the difference between malloc() and calloc() in c?
Explain the Difference between the New and Malloc keyword.
What are register variables? What are the advantage of using register variables?
When should the register modifier be used? Does it really help?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.