Q168
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board