UGC NET CS 2015 Jun- paper-2 | Parsers



Which one from the following is false?

  1. LALR parser is Bottom up parser
  2. A parsing algorithm which performs a left to right scanning and a right most deviation is RL (1)
  3. LR parser is Bottom up parser.
  4. In LL(1), the 1 indicates that there is a one – symbol look – ahead.




Answer : B,

Explanation:
A parsing algorithm which performs a left to right scanning and a right most deviation is RL (1)
Do U have Better Solution ?
Contribute your Solution in Comment Section below

Leave a Reply