Page 1 of 1

Which function in the following expression will be called first?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a = func3(6) - func2(4, 5) / func1(1, 2, 3);
a) func1();
b) func2();
c) func3();
d) Cannot be predicted