Vidyalelo
Data Structure · Q117

Stacks in Data Structures

Programming · Data Structure · question 117

Q117

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

A.
+*AB*CD
Answer
B.
*+AB*CD
C.
**AB+CD
D.
+*BA*CD

Answer: Option A

Solution

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