Evaluate the following statement using infix evaluation algorithm and choose the correct answer. 4*2+3-5/5
(a) 10
(b) 11
(c) 16
(d) 12
My question comes from Evaluation of an Infix Expression (Not Parenthesized) in chapter Application of Stacks of Data Structures & Algorithms I
The question was asked during an online interview.