Vidyalelo
C Programming · Q168

C Fundamentals

Programming · C Programming · question 168

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board