Vidyalelo
Data Structure · Q135

Stacks in Data Structures

Programming · Data Structure · question 135

Q135

Evaluate and write the result for the following postfix expression abc*+de*f+g*+ where a=1, b=2, c=3, d=4, e=5, f=6, g=2.

A.
61
B.
59
Answer
C.
60
D.
55

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board