# define max (x, y)x = (x > y)? x : y is a macro definition.

Loading

โœช Choose the correct option.

# define max (x, y)x = (x > y)? x : y is a macro definition.

Which can find the maximum of two numbers x and y if

A. X and Y both are integers.
B. x and y both declared as float
C. x and y are both declared as double
D. All of these