

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct order of calling functions in the code snippet given below?
|
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 | |