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 is the difference between collections class vs collections interface?
What are the advantages of stack?
Can we use any class as map key?
Does arraylist have index?
How many passes are required in bubble sort?
How does a dynamic array work?
We know that Arrays are objects so why cannot we write strArray.length()?
Is binary tree a bst?
Are sets sorted?
What is the easiest sorting method to use in data structures?
What is difference between map and hashmap?
Which is the parent class of linkedlist class?
What are the best data structure courses for gate preparation?
What is data structure and why we need it?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?