1.

Which of the following is the correct order of calling functions in the code snippet given below?
a = f1 (10, 20 ) * f2 (30/40) + f3();

A. f1, f2, f3
B. f3, f2, f1
C. The order may vary from compiler to compiler
D. None of the above
Answer» D. None of the above


Discussion

No Comment Found

Related MCQs