What is a postfix expression?

What will be an ideal response?

A postfix expression is an algebraic expression in which every binary operator follows its two operands.

Computer Science & Information Technology

You might also like to view...

What does the pointer look like when you are recording a macro?

A) Tape recorder B) Capital M with a small white arrow C) Capital R with a small white arrow D) Image of a Compact Disk

Computer Science & Information Technology

What is the value of num after the following statement is performed?

``` num = Math.round( 2.45 ); ``` a) 0 b) 2 c) 2.5 d) 3

Computer Science & Information Technology