

McqMate
Q. |
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» D. 7 | |
Explanation: the infix expression is a+b*c. evaluating it, we get 1+2*3=7. |
View all MCQs in
Information Retrival TechniquesNo comments yet