Question:medium

Which language can be accepted by a PDA but not by an FA?

Show Hint

\[ \{a^n b^n\} \] is the classical example of a context-free language that is not regular.
Updated On: Jun 25, 2026
  • \(\{a^*b^*\}\)
  • \((ab)^*\)
  • \(\{a^n b^n \mid n\ge0\}\)
  • \(\{a,b\}^*\)
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0