InterviewSolution
Saved Bookmarks
| 1. |
Type checking is normally done during ____________(a) Lexical Analysis(b) Syntax Analysis(c) Syntax Directed Translation(d) Code generationI have been asked this question during an interview for a job.My query is from Syntax Analyser topic in portion Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» RIGHT CHOICE is (c) Syntax DIRECTED TRANSLATION For explanation: It is the function of Syntax directed translation. |
|