1.

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. both macros will produce the same result
B. both macros will not produce same result
C. the second macro definition is not valid
D. the first macro definition is not vali
Answer» C. the second macro definition is not valid


Discussion

No Comment Found