2,852 views
0 votes
0 votes
option : infix prefix or postfix

which is rt?

2 Answers

0 votes
0 votes
Infix notation is easy to read for humans , whereas pre-/postfix notation is easier to parse for a machine. The big advantage in prefix/postfix notation is that there never arise any questions like operator precedence.

 But postfix expressions are preferred because  implementation of code for solving postfix expression is easier and  much more faster & efficient then solving prefix expressions.

Related questions

1 votes
1 votes
3 answers
1
radha gogia asked Jul 16, 2015
3,071 views
1) Randomly picking up to make worst case less likely to occur. 2) Calling insertion sort for small sized arrays to reduce recursive calls. 3) QuickSort is tail recursive...
0 votes
0 votes
0 answers
2
manthansid asked Aug 19, 2023
317 views
How do you rate the classes for those subjects ? I would not be in doubt if there were demo lectures for subjects other than maths.
0 votes
0 votes
2 answers
3
Rohit Gupta 8 asked Nov 18, 2017
3,952 views
The number of superkeys possible for the relation R(A B C D E) with {A, BC, CDE} as three candidate keys are _________.Please EXPLAIN the solution.
0 votes
0 votes
0 answers
4
LavTheRawkstar asked Nov 10, 2016
557 views
What is difference among following :1Language Translator ,2)Language Rewritter ,3DeCompiler and4)ThisAssembler ?