adplus-dvertising
frame-decoration

Question

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: (c).formal parameters

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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