InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CFG’s can’t be simulated by an FSM?(a) S->Sa/b(b) S->aSb/ab(c) S->abX, X->cY, Y->d/aX(d) None of the mentionedThe question was asked in an online quiz.This interesting question is from The NFA with epsilon in division Finite Automata and Regular Expression of Compiler |
|
Answer» Correct CHOICE is (b) S->aSb/ab |
|