What is a macro? Give the syntax to define a macro as a function.
Answers
Answered by
4
Answer: To define a macro that uses arguments, you insert parameters between the pair of parentheses in the macro definition that make the macro function-like. The parameters must be valid C identifiers, separated by commas and optionally whitespace.
Similar questions