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