What is the nature of the function arguments that are used to create a macro ?
Answers
Answered by
2
Answer:
Explanation:
To invoke a macro that takes arguments, you write the name of the macro followed by a list of actual arguments in parentheses, separated by commas. The invocation of the macro need not be restricted to a single logical line—it can cross as many lines in the source file as you wish. The number of arguments you give must match the number of parameters in the macro definition. When the macro is expanded, each use of a parameter in its body is replaced by the tokens of the corresponding argument. (You need not use all of the parameters in the macro body.)
Answered by
0
Explanation:
HOPE YOU LIKE THE ANSWER
Attachments:
Similar questions