Vidyalelo
Data Structure · Q53

Stacks in Data Structures

Programming · Data Structure · question 53

Q53

What would be the Prefix notation and Postfix notation for the given equation? A+B+C

A.
++ABC and AB+C+
Answer
B.
AB+C+ and ++ABC
C.
ABC++ and AB+C+
D.
ABC+ and ABC+

Answer: Option A

Solution

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