Examveda
Examveda

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: Option D


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals