Consider the macro definitions



#define squa

Loading

โœช Choose the correct option.

Consider the macro definitions

#define square (x) x*x

and #define square (x) (x*x)

when used in a program statement B=++square(C)

A. they will produce the same result
B. they will produce not the same result
C. the second definition is not legal
D. None of these