Computer Science, asked by messi1906, 7 months ago

You can pass ……….. to a macro function when you call it.​

Answers

Answered by sreyasinharkl
9

Explanation:

You can pass to a macro function when you call it an argument in a C function .

#define PRODUCT(A, B) ((A) * (B)) #define SUM(A, B) ((A) + (B))

please mark me as brainest.

Similar questions