Explanation : (1) false, as merging has been done because lookahead
were different.
(2) false, Shift-Reduce conflict never occur at the
time of merging.
(3) false, In the merged set, we can’t see any
Reduce-Reduce conflict (no reduction even
possible, so no chances of R-R conflict )
(4) false, because goto is carried on Non-Terminals
symbols, not on terminal symbols, and c is a
terminal symbol.