

InterviewSolution
Saved Bookmarks
1. |
Finite automata requires minimum _______ number of stacks.(a) 1(b) 0(c) 2(d) None of the mentionedThis question was posed to me in a national level competition.Origin of the question is Finite Automata in chapter Finite Automata of Automata Theory |
Answer» RIGHT option is (b) 0 The BEST I can explain: Finite automata doesn’t REQUIRE any stack OPERATION . |
|