64) Three address code involves
Answer is:
at the most 3 address
Related Compiler Design MCQ with Answers
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
Answer is:
both it is simple to implement and it never gets into an infinite loop
Answer is:
all of these
Explanation:
To recover from an error, the operator precedence parser may
* insert symbols onto the stack and onto the input
* delete symbols from the stack
* delete symbols from the input
Answer is: