...
Phases-of-Compilers
October 9, 2023
DSSSB PGT 2021
October 9, 2023
Phases-of-Compilers
October 9, 2023
DSSSB PGT 2021
October 9, 2023

Compiler-Design

Question 250
Grammar of the programming is checked at ________ phase of compiler
A
semantic analysis
B
code generation
C
syntax analysis
D
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.
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.

Leave a Reply

Your email address will not be published. Required fields are marked *