Vidyalelo
Data Structure · Q46

Stacks in Data Structures

Programming · Data Structure · question 46

Q46

What would be the Prefix notation for the given equation? a+b-c/d&e|f

A.
|&-+ab/cdef
Answer
B.
&|-+ab/cdef
C.
|&-ab+/cdef
D.
|&-+/abcdef

Answer: Option A

Solution

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