Here is a good puzzle: how do you write a program which produces its own source code as output?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of c in c language?
What are control structures? What are the different types?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
What is enumerated data type in c?
what is the flow of execution in cprogram? ex:printf();,scanf();
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Explain how can I open a file so that other programs can update it at the same time?
What is the use of header?
What is wrong with this code?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
can we initialize all the members of union?
difference between function & structure