Vidyalelo
Data Structure · Q142

Stacks in Data Structures

Programming · Data Structure · question 142

Q142

What is the postfix expression for the following infix expression? a/b^c-d

A.
abc^/d-
Answer
B.
ab/cd^-
C.
ab/^cd-
D.
abcd^/-

Answer: Option A

Solution

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