z(x & gt; y)? x:y; If x>y, then the value of z is x, otherwise it is y.
Return (z); Returns the final value of z to the function max, that is, the value of the function max is the final value of z.