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

Post New Answer

More C Interview Questions

Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What is static function in c?

0 Answers  


What is the difference between %d and %i?

0 Answers  


what is foreign key in c language?

1 Answers   ADP,


biggest of two no's with out using if condition statement

5 Answers  






What is spark map function?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


what is a stack

3 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


How can you find out how much memory is available?

0 Answers  


why wipro wase

0 Answers   Wipro,


Categories