Q.

The following grammar
G = (N, T, P, S)
N = {S, A, B, C}
T = {a, b, c}
P : S → aS
A → bB
B → cC
C → a is

A. is type 3
B. is type 2 but not type 3
C. is type 1 but not type 2
D. is type 0 but not type 1
Answer» A. is type 3
1.4k
0
Do you find this helpful?
1

View all MCQs in

Theory of Computation

Discussion

No comments yet