MCQOPTIONS
Saved Bookmarks
| 1. |
Given the grammars → T * S | TT → U + T | UU → a | bWhich of the following statements is wrong? |
| A. | Grammar is not ambiguous |
| B. | Priority of + over * is ensured |
| C. | Right to left evaluation of * and + happens |
| D. | None of these |
| Answer» E. | |