[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: C Preprocessor - Discussion

Home > C Programming > C Preprocessor > MCQs Questions Discussion

20 / 34

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

AX and Y both are integers.

Bx and y both declared as float

Cx and y are both declared as double

DAll of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!