Vidyalelo
Data Structure · Q70

Stacks in Data Structures

Programming · Data Structure · question 70

Q70

Evaluate the following infix expression using algorithm and choose the correct answer. a+b*c-d/e^f where a=1, b=2, c=3, d=4, e=2, f=2.

A.
6
Answer
B.
8
C.
9
D.
7

Answer: Option A

Solution

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