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?
- A. Compiler
- B. Lexical analysis
- C. Intermediate code generation ✓
- D. Semantic analysis
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.