Vidyalelo
Data Structure · Q58

Stacks in Data Structures

Programming · Data Structure · question 58

Q58

What would be the solution to the given prefix notation? - + 1 2 * 3 / 6 2

A.
6
B.
-6
Answer
C.
3
D.
-3

Answer: Option B

Solution

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