Vidyalelo
Data Structure · Q92

Stacks in Data Structures

Programming · Data Structure · question 92

Q92

What is the postfix expression for the infix expression? a-b-c

A.
-ab-c
B.
ab - c -
Answer
C.
- -abc
D.
-ab-c

Answer: Option B

Solution

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