For each of the following macros, identify the possible problems (if any) when the preprocessor expands the macros:
a)
#define SQR( x ) x * xb)
#define SQR( x ) ( x * x )c)
#define SQR( x)(x)*(x)d)
#define SQR( x)((x)*(x))
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.