Phases-of-Compilers
October 9, 2023DSSSB PGT 2021
October 9, 2023Compiler-Design
Question 250 |
Grammar of the programming is checked at ________ phase of compiler
semantic analysis | |
code generation | |
syntax analysis | |
code optimization |
Question 250 Explanation:
→ Grammar of the programming is checked at syntax phase of compiler.
→ logical errors will checked in semantic analysis.
→ Code optimization and code generation is not related to checking errors. It is reducing statement or performing optimization.
→ logical errors will checked in semantic analysis.
→ Code optimization and code generation is not related to checking errors. It is reducing statement or performing optimization.
Correct Answer: C
Question 250 Explanation:
→ Grammar of the programming is checked at syntax phase of compiler.
→ logical errors will checked in semantic analysis.
→ Code optimization and code generation is not related to checking errors. It is reducing statement or performing optimization.
→ logical errors will checked in semantic analysis.
→ Code optimization and code generation is not related to checking errors. It is reducing statement or performing optimization.
Subscribe
Login
0 Comments