Vidyalelo
Data Structure · Q95

Stacks in Data Structures

Programming · Data Structure · question 95

Q95

What would be the Prefix notation for the given equation? (a+(b/c)*(d^e)-f)

A.
-+a*/^bcdef
B.
-+a*/bc^def
Answer
C.
-+a*b/c^def
D.
-a+*/bc^def

Answer: Option B

Solution

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