 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | What precedence and associativity properties does the generated parser realize? | 
| A. | Equal precedence and left associativity; expression is evaluated to 7 | 
| B. | Equal precedence and right associativity, expression is evaluated to 9 | 
| C. | Precedence of ‘x’ is higher than that of ‘+’, and both operators are left associative; expression is evaluated to 7 | 
| D. | Precedence of ‘ # ‘ is higher than that of ‘#’, and both operators are left associative; expression is evaluated to 9 | 
| Answer» C. Precedence of ‘x’ is higher than that of ‘+’, and both operators are left associative; expression is evaluated to 7 | |