How long the following program will run? main() { printf("nSonata Software"); main(); } a) infinite loop b) until the stack overflows c) All of the above d) None of the above

This question is related to Sonata Interview

Showing Answers 1 - 3 of 3 Answers

Krupa

  • May 25th, 2006
 

b) until the stack overflows

  Was this answer useful?  Yes

firoz

  • Aug 4th, 2006
 

until the stack overflows

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions