Correct Answer: A;B;C
Explanation:
Loading...
Correct Answer: A;B;C
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test SeriesConsider CFG G: S --> aba A B A bba; A --> aaBBAb | bBabaa; B --> aBb | ab. For s in L(G), n1(s) = c…
Consider the following context-free grammar G, where S, A, and B are the variables (non-terminals), …
Let G = (V, Sigma, S, P) be a context-free grammar in Chomsky Normal Form with Sigma = {a, b, c} and…
Consider a context-free grammar G with the following 3 rules: S --> aS, S --> aSbS, S --> c. Let w i…
Consider the context-free grammar G: S --> aSb | X; X --> aX | Xb | a | b. Which one of the followin…
For a string w, R(w) is the reverse. Which of the following languages is/are context-free?(A) {w x x…