Vidyalelo
Data Structure · Q55

Stacks in Data Structures

Programming · Data Structure · question 55

Q55

What would be the Prefix notation for the given equation? A+B*C^D

A.
+A*B^CD
Answer
B.
+A^B*CD
C.
*A+B^CD
D.
^A*B+CD

Answer: Option A

Solution

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