Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which function in the following expression will be called first?
a = func3(6) – func2(4, 5) / func1(1, 2, 3);

Which function in the following expression will be called first?
a = func3(6) – func2(4, 5) / func1(1, 2, 3);
a) func1();
b) func2();
c) func3();
d) Cannot be predicted

Answer: d

Join The Discussion