1.

Reverse Polish Notation is the reverse of a Polish Notation.(a) True(b) FalseOrigin of the question is Application of Stacks topic in division Application of Stacks of Data Structures & Algorithms IThe question was posed to me during an interview.

Answer»

Correct answer is (b) False

The explanation is: Reverse Polish Notation is not the reverse of a polish notation. Though both NPN and RPN read the expression from LEFT to right, they FOLLOW different strategies.



Discussion

No Comment Found

Related InterviewSolutions