Compiler Design

Which of the following best names the concept in which the compiler phase that translates source code into an intermediate representation before final code generation?

Correct answer

C. Intermediate code generation

Explanation

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