Vidyalelo
Data Structure · Q145

Stacks in Data Structures

Programming · Data Structure · question 145

Q145

What is the result of the following postfix expression? ab*cd*+ where a=2,b=2,c=3,d=4.

A.
16
Answer
B.
12
C.
14
D.
10

Answer: Option A

Solution

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