write a program that print itself even if the source file is
deleted?
Answer Posted / bitan
int main(s){
s="int main(s){s=%c%s%c;printf(s,34,s,34);return 0;}";
printf(s,34,s,34);
return 0;
}
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is difference between structure and union in c?
Is a house a mass structure?
What is an endless loop?
What do you understand by normalization of pointers?
For what purpose null pointer used?
Is Exception handling possible in c language?
What is structure data type in c?
How can you pass an array to a function by value?
What is an auto variable in c?
What are conditional operators in C?
Is c is a high level language?
What is structure padding in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
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
Which one would you prefer - a macro or a function?