write a C program to print the program itself ?!
Answer Posted / joyab
#include <stdio.h>
int main()
{
char a[] = "int main(){char a[] = %c%s%c; char b = '%c'; printf(a,b,a,b,b);}";
char b = '"';
printf(a,b,a,b,b);
}
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What are the advantages of Macro over function?
What is the difference between far and near ?
What are structures and unions? State differencves between them.
How can a process change an environment variable in its caller?
What are register variables in c?
How do I use void main?
What does static variable mean in c?
What is string function in c?
What is a class c rental property?
i got 75% in all semester am i eligible for your company
Explain how can I avoid the abort, retry, fail messages?
Can a void pointer point to a function?
What is an array in c?
What is indirection? How many levels of pointers can you have?
Can you assign a different address to an array tag?