InterviewSolution
Saved Bookmarks
| 1. |
A Regular Grammar is any right-linear or left-linear grammar.(a) True(b) FalseThis question was addressed to me in examination.I'd like to ask this question from Right Left Linear Grammar topic in division Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» CORRECT CHOICE is (a) True To ELABORATE: As it turns out the languages that can be GENERATED by Regular GRAMMARS is equivalent to those that can be specified by Regular Expressions. |
|