An intermediate code form is
* postfix notation
* syntax trees
* three address codes
63) An intermediate code form is
Answer is:
all of these
Explanation:
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