Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / karthik
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 ? | 5 Yes | 8 No |
Post New Answer View All Answers
Run time memory allocation is known as in data structure?
Is hashmap keyset ordered?
Which sorting is best in time complexity?
What is doubly linked list?
What are the categories of avl rotations?
What sorting algorithm should be used for sorting strings?
What are the different types of data structures?
Explain the Array
What are the properties of an algorithm?
Does treemap sort automatically?
How is a hashset implemented?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
What happens if we try to insert duplicate key in hashmap?
How many types of data structure are there?
Why using cookie to store session info is a better idea than just using session info in the request?