1.

If max is a function that returns the larger of the two integers, given as arguments, then which of the following statements finds the largest of three given numbers

A. max(max(a,b),max (a,c))
B. max(max(a,b),max (b,c))
C. max(b,max (a,c))
D. All of these
Answer» E.


Discussion

No Comment Found