Vidyalelo
Data Structure · Q109

Stacks in Data Structures

Programming · Data Structure · question 109

Q109

Which of the following is an example for a postfix expression?

A.
a*b(c+d)
B.
abc*+de-+
Answer
C.
+ab
D.
a+b-c

Answer: Option B

Solution

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