What is phases of compilation in system programming?
Answers
Answered by
1
Compiler Phases. The compilation process contains the sequence of various phases. Each phase takes source program in one representation and produces output in another representation. Each phase takes input from its previous stage.
Similar questions