Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / kenil
Because there is not an "order of operations" in prefix or postfix notation. The order in which you put the numbers and operators is the order in which calculation occurs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the goals of data structure?
Which language is best for learning data structures and algorithms?
Does treemap preserve order?
What is the structure of an array?
What is difference between data type and variable?
What is linear and non linear structure?
What thread means?
Why is reflection slower?
Does stringutils isempty check for null?
Which sorting is used in collections sort?
Which data structure is used in arraylist?
What are the disadvantages of linked list over array?
Can arraylist have null values?
Write code for reversing a linked list.
State the rules to be followed during infix to postfix conversions?