1.

What are x and y in the following macro definition? macro Add x, y Load y Mul x Store y end macro

A. Variables
B. Identifiers
C. Formal parameters
D. Actual parameters
Answer» D. Actual parameters


Discussion

No Comment Found