Vidyalelo
Data Structure · Q147

Stacks in Data Structures

Programming · Data Structure · question 147

Q147

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

A.
+A*CB
B.
*B+AC
C.
+A*BC
Answer
D.
*A+CB

Answer: Option C

Solution

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