Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 4 (Q.No. 32)
32.
Which of the following is a phase of a compilation process
Lexical analysis
Code generation
Both of the above
Static analysis
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Utkarsha said:   1 decade ago
There are 6 phases of compilation process:

1- Lexical analysis.

2- Syntactic analysis.

3- Semantic analysis.

4- Machine independent optimization.

5- Code generation.

6- Machine dependent optimization.

Post your comments here:

Your comments will be displayed after verification.