59) What are x and y in the following macro definition?
macro
Add x, y
Load y
Mul x
Store y
end macro
Answer is:
formal parameters
Related Compiler Design MCQ with Answers
Answer is:
MACRO M2, X
MACRO M2, X
IF EQ, X
M2 X
ENDC
IF NE, X
WORD X + 1
ENDC
ENDM
Answer is:
x of B, z and y in S1 and x of A, i and y in S2
Answer is:
all of these
Explanation:
An intermediate code form is
* postfix notation
* syntax trees
* three address codes