

InterviewSolution
Saved Bookmarks
1. |
A DPDA is a PDA in which:(a) No state p has two outgoing transitions(b) More than one state can have two or more outgoing transitions(c) Atleast one state has more than one transitions(d) None of the mentionedI got this question in an international level competition.This interesting question is from Deterministic PDA topic in section Push Down Automata of Automata Theory |
Answer» Right ANSWER is (a) No state p has two OUTGOING transitions |
|