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
Answer is:
all of these
Explanation:
The best way to compare the different implementations of symbol table is to compare the time required to
* add a new name
* make an inquiry
* add a new name and make an inquiry