Write down names of different phases of compilation
Answers
Answered by
2
Answer:
Summary
Compiler operates in various phases each phase transforms the source program from one representation to another.
Síx phases of compiler design are 1) Lexical analysis 2) Syntax analysis 3) Semantic analysis 4) Intermediate codé generator 5) Codé optimizer 6) Codé Generator.
Similar questions