1.

LALR in LALR parser stands for:(a) Left aligned left right parser(b) Look ahead left to right parser(c) Language Argument left to right parser(d) None of the mentionedThis question was addressed to me in an internship interview.My question is from Applications topic in portion Context Free Grammars and Languages of Automata Theory

Answer»

The CORRECT answer is (b) LOOK ahead left to RIGHT parser

To elaborate: LALR STANDS for Look ahead left to right parsers. It has more language RECOGNITION power than LR(0) parser.



Discussion

No Comment Found

Related InterviewSolutions