write a C program to print the program itself ?!
Answer Posted / yang
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
copied from somewhere, but it works
| Is This Answer Correct ? | 17 Yes | 20 No |
Post New Answer View All Answers
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Is c object oriented?
Why doesnt that code work?
Write a code to remove duplicates in a string.
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What does dm mean sexually?
What is function and its example?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Why is c called a mid-level programming language?
What are the types of pointers in c?
What is the maximum no. of arguments that can be given in a command line in C.?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is typeof in c?
p*=(++q)++*--p when p=q=1 while(q<=6)