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
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
How can I call fortran?
How can a number be converted to a string?
Write a program to check whether a number is prime or not using c?
Explain how does free() know explain how much memory to release?
What is volatile variable in c with example?
Why we use int main and void main?
program to convert a integer to string in c language'
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Why do we need volatile in c?
What are preprocessor directives in c?
will u please send me the placement papers to my mail???????????????????
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How can I get the current date or time of day in a c program?
What is the meaning of typedef struct in c?