

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct order if calling functions in the below code?a = f1(14) * f2(/4) f3(); |
A. | f3, f2, f1 |
B. | f1, f2, f3 |
C. | None of above |
D. | Order may vary from compiler to compiler |
Answer» D. Order may vary from compiler to compiler | |