1.

Evaluation of infix expression is done based on precedence of operators.(a) True(b) FalseMy doubt stems from Evaluation of an Infix Expression (Not Parenthesized) topic in division Application of Stacks of Data Structures & Algorithms IThe question was asked during an online interview.

Answer»

The correct choice is (a) True

Best explanation: During evaluation of INFIX expression, the operators with higher precedence are EVALUATED FIRST, followed by operators with LOWER precedence.



Discussion

No Comment Found

Related InterviewSolutions