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
I need to ask this question from Application of Stacks topic in chapter Application of Stacks of Data Structures & Algorithms I
The question was asked in examination.