In the following code, in which order the functions would be called? a= f1(23,14)*f2(12/4)+f3(); a) f1, f2, f3 b) f3, f2, f1 c) The order may vary from compiler to compiler d) None of the above

This question is related to Sonata Interview

Showing Answers 1 - 2 of 2 Answers

shanky

  • Oct 10th, 2006
 

c:ie the order may vary from compiler to compiler.

  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