# define max (x, y)x = (x > y)? x : y is a macro definition. June 6, 2022 by admin โช 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 ifA. X and Y both are integers.B. x and y both declared as floatC. x and y are both declared as doubleD. All of these Submit Answer