write a C program to print the program itself ?!
Answer Posted / vara
Most simplest ....
char *p="char *p=%s int main(){ printf(p,p);getchar();}";int
main(){ printf(p,p);getchar();}
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Define recursion in c.
When should you not use a type cast?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Write program to remove duplicate in an array?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Can a pointer be volatile in c?
Describe newline escape sequence with a sample program?
What is the difference between far and near ?
What are the header files used in c language?
What is scanf_s in c?
Why is c called "mother" language?
Tell me can the size of an array be declared at runtime?
What is an identifier?