InterviewSolution
Saved Bookmarks
| 1. |
Which grammar is not regular?(a) 0^n(b) 0^n 1^n n(c) 0^m 0^n n(d) 0^n 0^n nThe question was posed to me in quiz.This key question is from The NFA with n-moves to the DFA in division Finite Automata and Regular Expression of Compiler |
|
Answer» The correct option is (a) 0^n |
|