Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
GATE | GATE 2017 MOCK II | Question 60
Last Updated :
Discuss
Comments
Consider the following grammar
S -> Aa | bAc | dc | bda A -> d
The above grammar is:
Not LALR(1) but SLR(1)
Both LALR(1) and SLR(1)
LALR(1) but not SLR(1)
Neither LALR(1) nor SLR(1)
This question is part of this quiz :
GATE 2017 MOCK II
Tags:
GATE
Share your thoughts in the comments
Add Your Comment
GeeksforGeeks