Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the result of the given postfix expression? abc*+ where a=1, b=2, c=3.

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
Explanation: The infix expression is a+b*c. Evaluating it, we get 1+2*3=7.

Join The Discussion