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
What is the advantage of using #define to declare a constant?
How many types of operator or there in c?
Explain what is #line used for?
What is variables in c?
How many levels of pointers have?
What are keywords c?
What is the description for syntax errors?
Write a program to reverse a string.
What are the rules for the identifier?
What do you know about the use of bit field?
How is a macro different from a function?
praagnovation
largest Of three Number using without if condition?
How do I swap bytes?
What is the right way to use errno?