60) Consider the grammar
S ---> PQ | SQ | PS
P ---> x
Q--> y
To get a string of n terminals, the number of productions to be used is
Answer is:
2n - 1
Related Theory of Computation MCQ with Answers
Answer is:
Type 2
Answer is:
Recursive language is either recursive or recursively enumerable
Answer is: