Q22 Single choice Mark for later How is a variable for a macro defined? A Place the variable name inside of curly braces: {variable name}. B Place the variable name inside of asterisks: variable name. C Place the variable name inside of dollar signs: $variable name$. D Place the variable name inside of percentage signs: %variable name%. Correct answer