[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Functions - Discussion

Home > C Programming > Functions > MCQs Questions Discussion

13 / 53

Choose the correct option.

In the following code in which order the functions would be called ? 

a = (fl (23, 14) * f2(12/4)) + f3();

Afl, f2, f3

Bf3, f2, fl

Cthe order may vary from compiler to compiler·

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!