Vidyalelo
Data Structure · Q56

Stacks in Data Structures

Programming · Data Structure · question 56

Q56

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

A.
^^^ABCD
Answer
B.
^A^B^CD
C.
ABCD^^^
D.
AB^C^D

Answer: Option A

Solution

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