Compiler Design

What is the function or purpose of Intermediate code generation?

Correct answer

B. The compiler phase that translates source code into an intermediate representation before final code generation.

Explanation

Intermediate code generation refers to the compiler phase that translates source code into an intermediate representation before final code generation.