1.

In the following 'C' code, in which order the functions would be called ? a = ( f1(23,14 ) * f2 (12/14)) + f3 () ;

A. f1,f2,f3
B. f3,f2,f1
C. The order may vary from compiler to compiler
D. None of these
Answer» B. f3,f2,f1


Discussion

No Comment Found