1.

Which of the following statement is incorrect?(a) Postfix operators use value to their right(b) Postfix operators use value to their left(c) Prefix operators use value to their right(d) In postfix expression, operands are followed by operatorsQuestion is from Application of Stacks in section Application of Stacks of Data Structures & Algorithms IThis question was addressed to me in an interview for internship.

Answer»

Correct choice is (a) Postfix operators use VALUE to their RIGHT

The best I can EXPLAIN: All prefix operators use values to their right and all postfix operators use values to their LEFT.



Discussion

No Comment Found

Related InterviewSolutions