Consider the following grammar:

P →  QR

R → +QR | ϵ

Q → TU

U → *TU | ϵ 

T → (P) | a

What is follow(T)?

1
{+, $}
2
{), $}
3
{*, +, $}
4
{*, +, ), $}

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation