1.

Which of the following parsers do not relate to Bottom up parsing?(a) LL parser(b) Recursive descent parser(c) Earley parsers(d) All of the mentionedThis question was addressed to me in an interview.Question is taken from Applications in portion Context Free Grammars and Languages of Automata Theory

Answer»

Correct choice is (d) All of the mentioned

The EXPLANATION: All the following mentioned are top down PARSERS and begin their operation from the starting symbol.



Discussion

No Comment Found

Related InterviewSolutions