Multiple Choice
Consider the following grammars
(S1) :
A --> aBCD
B --> bc|c
C --> d|?
D -> b(S2) :
A --> aBCD
B --> bc|?
C --> d|c
D -> b
( S3) :
A --> aBCD
B --> bc|?
C --> d|?
D -> b
( S4) :
A --> aBCD
B --> bc|c
C --> d|c
D -> b
Which of the following grammar has same follow set for variable B?
A) Only (S1) , (S2) and ( S33) , ( S4)
B) Only (S1) , ( S33) and (S2) , ( S4)
C) Only (S2) , ( S33) and (S1) , ( S4)
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which is True about SR and RR-conflict:<br>A)If
Q13: Consider the grammar shown below S ?
Q14: Which of the following macros can put
Q15: The grammar whose productions are<br><stmt> ? if
Q16: Which of the following is essential for
Q18: Consider the translation scheme shown below<br>S ?
Q19: A linker reads four modules whose lengths
Q20: Which one of the following is FALSE?<br>A)A
Q21: Consider the following code segment.<br>X = u
Q22: The expression (a*b)* c op........ where 'op'