InterviewSolution
Saved Bookmarks
| 1. |
Which concept of grammar is used in the compiler?(a) Lexical analysis(b) Parser(c) Code generation(d) Code optimization |
|
Answer» Right option is (b) Parser Best explanation: As the lexical analysis of a grammar takes place in phases hence it is synonymous to parser. |
|