MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your General Awareness knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
For the given expression tree, write the correct postfix expression. |
| A. | abc*+ |
| B. | abc+* |
| C. | ab+c* |
| D. | a+bc* |
| Answer» B. abc+* | |
| 2. |
Evaluate and write the result for the following postfix expression |
| A. | abc*+de*f+g*+ where a=1, b=2, c=3, d=4, e=5, f=6, g=2. |
| B. | 61 |
| C. | 59 |
| D. | 60 |
| E. | 55 |
| Answer» C. 59 | |
| 3. |
What is the result of the following postfix expression? |
| A. | ab*cd*+ where a=2,b=2,c=3,d=4. |
| B. | 16 |
| C. | 12 |
| D. | 14 |
| E. | 10 |
| Answer» B. 16 | |
| 4. |
What is the result of the given postfix expression? abc*+ where a=1, b=2, c=3. |
| A. | 4 |
| B. | 5 |
| C. | 6 |
| D. | 7 |
| Answer» E. | |