Correct answer: c
To include positional
parameters in a macro definition, you list the parameters in parentheses
and separate them with commas. When the macro is executed, macro variables
will be created in the local symbol table and will have the same names
as the parameters. You can then use these macro variables within the
macro.