MCQ
Q.
The minimum number of productions required to produce a language consisting of palindrome strings over ?={a,b} is
Correct Answer: C
The grammar which produces a palindrome set can be written as:
S-> aSa | bSb | e | a | b
L={e, a, b, aba, abbbaabbba
