Vidyalelo
Data Structure · Q130

Stacks in Data Structures

Programming · Data Structure · question 130

Q130

When converting the prefix notation into an infix notation, the first step to be followed is . . . . . . . .

A.
Reverse the equation
Answer
B.
Push the equation to the stack
C.
Push the equation onto the queue
D.
Push the equation to the stack or queue

Answer: Option A

Solution

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