Vidyalelo
Data Structure · Q144

Stacks in Data Structures

Programming · Data Structure · question 144

Q144

Given a prefix and a postfix notation what are the difference between them?

A.
The postfix equation is solved starting from the left whereas the prefix notation is solved from the right
Answer
B.
The postfix equation is solved starting from the right whereas the prefix notation is solved from the left
C.
Both equations are solved starting from the same side(right)
D.
Both equations are solved starting from the same side(left)

Answer: Option A

Solution

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