Vidyalelo
Data Structure · Q94

Stacks in Data Structures

Programming · Data Structure · question 94

Q94

What is the corresponding postfix expression for the given infix expression? a*(b+c)/d

A.
ab*+cd/
B.
ab+*cd/
C.
abc*+/d
D.
abc+*d/
Answer

Answer: Option D

Solution

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