1.

Which function in the following expression will be called first?
num = functionC(8) - functionB(5, 6) / functionA(2, 3, 4);

A. functionA();
B. functionC();
C. Cannot be predicted
D. functionB();
E. None of these
Answer» D. functionB();


Discussion

No Comment Found

Related MCQs