1,139 views
0 votes
0 votes
  •  
  • Which of the following statement/s is/are false for the following language:
    L = {am bn cq | m = n or n = q, m > 0, n > 0, q > 0}
    S1: The language can be parsed by any LR(K) parsers for any value of K.
    S2: The language cannot be recognized by deterministic PDA.
    1.   Only S2
    2.   Only S1
    3.   Both S1 and S2
    4.   Neither S1 nor S2

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
im.raj asked May 26, 2016
12,264 views
(A) Context-free languages are closed under union.(B) Context-free languages are closed under concatenation.(C) Context-free languages are closed under intersection.(D) C...
4 votes
4 votes
3 answers
3