Question 8892 – Compiler-Design
May 17, 2024Question 11424 – Compiler-Design
May 17, 2024CIL 2020
Question 15 |
Generation of intermediate code based on an abstract machine model is useful in compilers because:
It makes implementation of lexical and syntax analysis easier | |
It is difficult to generate executable code from high level language program
| |
Syntax translations are easier for intermediate code generation
| |
It enhances the portability of the compiler system program |
Question 15 Explanation:
Till intermediate code generation phase the code is independent of the machine hence it enhances the portability of the compiler system program.
Correct Answer: D
Question 15 Explanation:
Till intermediate code generation phase the code is independent of the machine hence it enhances the portability of the compiler system program.