Thursday, March 24, 2016

What is Postfix notation/Reverse Polish notation With Example?

Postfix notation/Reverse Polish notation : It is the form of an expression obtained from postorder traversal of the tree representing this expression. So, in the postfix notation, operators must be placed after the operands. 
Example :  AB+, CD*, GH/ .
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

Related Posts:

  • What is Copy-restore? Copy-restore:  A hybrid between call-by-value & call-by-reference is copy restore linkage. 1.Before the call, the actual parameters are evaluated. The r-values of the actual are passed to the called procedure as i… Read More
  • What is Phase? Phase:  A phase is a logically cohesive operation that takes as input one representation of the source & produces as output another representation.These are Six phases are used in compiler design. These are- &nbs… Read More
  • What is Pre-Processor? Pre-Processor:   Pre-processor produces a input to compilers which are perform the following function:- Macro Processing File Inclusion Rational Preprocessor & Extension of Language If You want to lea… Read More
  • What is L-value? L-value:  The term "l-value" refers to values that are appropriate on the left of an asignment expression.So, l-values are location.Sometimes, an expression has no l-value. Example:   i:=5;  &n… Read More
  • What is R-Value? R-Value:  The term  "r-value"  refers to values that are appropriate on the right of an assignment/expression.That is, r-values are what we usually think of "values". Example:   i:=5;  &n… Read More

0 comments:

Post a Comment