COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Consider the grammar given below E? E+E | E*E | E-E | E/E | E^E | (E) | id Assume that + and ^ have the same but least precedence, and / have the next higher precedence but the same precedence and finally ^ has the highest precedence. Assume + and ^ associate to the left like and / and that ^ associates to the right. Choose the correct for the ordered pairs (^, ^), (-, -), (+, +), (*, *) in the operator precedence table constructed for the grammar
|
All <
|
|
All >
|
|
< >, =
|
|
< > > >
|
Explanation:
There is 1 question to complete.