Complement of every context free language is recursive
There is a unique minimal DFA for every regular language
Every nondeterministic PDA can be converted to an equivalent deterministic PDA
Show Solution
Verified By Collegedunia
The Correct Option isD
Solution and Explanation
It is FALSE that every nondeterministic PDA (NPDA) can be converted into an equivalent deterministic PDA (DPDA). The class of languages recognized by a DPDA is strictly smaller than that recognized by an NPDA. In contrast, all the other statements are true: every NFA can be converted to a PDA, the complement of every context-free language is recursive, and there is a unique minimal DFA for every regular language.