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

C/C - Online Exam Test Papers | C/C - MCQs[multiple choice questions and answers ] | C/C - Mock Test Papers | C/C - Practice Papers | C/C - Sample Test Papers |

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

1.func1();

2. func2();

3. func3();

4.Cannot be predicted

Posted Date:-2021-02-20 21:39:28


More MCQS Questions and answers