

InterviewSolution
Saved Bookmarks
1. |
A push down automaton employs ________ data structure.(a) Queue(b) Linked List(c) Hash Table(d) StackThe question was posed to me by my school teacher while I was bunking the class.My doubt is from PDA-Acceptance by Final State in portion Push Down Automata of Automata Theory |
Answer» The correct option is (d) Stack |
|