Vidyalelo
Data Structure · Q114

Stacks in Data Structures

Programming · Data Structure · question 114

Q114

If -*+abcd = 11, find a, b, c, d using evaluation of prefix algorithm.

A.
a=2, b=3, c=5, d=4
B.
a=1, b=2, c=5, d=4
Answer
C.
a=5, b=4, c=7,d=5
D.
a=1, b=2, c=3, d=4

Answer: Option B

Solution

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