Software-Engineering
November 24, 2023Transmission-and-Propagation-Delay
November 24, 2023Parsers
Question 17 |
Consider the following augmented grammar with {#, @, <, >, a, B, c} as the set of terminals.
S’ ⟶ S
S ⟶ S#cS
S ⟶ SS
S ⟶ S@
S ⟶ < S >
S ⟶ a
S ⟶ b
S ⟶ c
Let I0=CLOSURE({S’ ⟶.S}). The number of items in the set GOTO(GOTO(I0, <), <) is ____________.
8 |
Question 17 Explanation:
Correct Answer: A
Question 17 Explanation: