MCQOPTIONS
Saved Bookmarks
| 1. |
The equivalent infix expression and value for the postfix form 1 2 + 3 * 4 5 * – will be |
| A. | 1 + 2 * 3 – 4 * 5 and -13 |
| B. | (2 + 1) * (3 – 4) * 5 and 13 |
| C. | 1 + 2 * (3 – 4) * 5 and -11 |
| D. | (1 + 2) * 3 – (4 * 5) and -11 |
| Answer» E. | |