Vidyalelo
Data Structure · Q77

Stacks in Data Structures

Programming · Data Structure · question 77

Q77

Which of the following is valid reverse polish expression?

A.
a op b
B.
op a b
C.
a b op
Answer
D.
both op a b and a b op

Answer: Option C

Solution

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