Consider the SDT given below :

E -> E ↑ E                                {print (‘↑’) ;}

        | E * E                              {print (‘*’) ;}

        | id                                   {print(id.name); }

The above SDT is

1
L-attributed
2
S-attributed
3
S-attributed and L-attributed
4
Neither S-attributed and nor L-attributed

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation