shows the status of the compilation stage of the program.
Answers
Answered by
2
Answer:
There are six stages of compiling a program:
1. Lexical analysis.
2. Symbol table construction.
3. Syntax analysis.
4. Semantics analysis.
5. Code generation.
6. Optimisation
Similar questions