Q.41 | Which of the following is an optional phase of the compilation process that removes the unnecessary codes and arranges the sequence of statements in order to speed up the program execution? | |
Ans | 1. Intermediate code generation | |
2. Semantic analysis | ||
3. Code optimization | ||
4. Code generation |
Correct Ans Provided: 3