Vidyalelo
Data Structure · Q148

Stacks in Data Structures

Programming · Data Structure · question 148

Q148

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

Answer: Option D

Solution

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