InterviewSolution
Saved Bookmarks
| 1. |
Grammars that can be translated to DFAs is ___________(a) Left linear grammar(b) Right linear grammar(c) Generic grammar(d) All of the mentionedThis question was addressed to me in final exam.I'd like to ask this question from Context Free Grammar in section Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT CHOICE is (B) Right LINEAR GRAMMAR Best explanation: Right linear grammar can be translated to the DFAs. |
|