Vidyalelo
Data Structure · Q97

Stacks in Data Structures

Programming · Data Structure · question 97

Q97

To convert the postfix expression into the infix expression we use stack and scan the postfix expression from left to right.

A.
True
Answer
B.
False

Answer: Option A

Solution

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