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 list and arraylist?
What is data type explain?
What thread means?
What are the issues that hamper the efficiency in sorting a file?
Why quicksort is faster than merge sort?
What is data structure and its types?
How does a hashmap work?
Why is hashset not ordered?
Write code for reversing a linked list.
How do you do a mergesort?
Which collection is used for sort?
What is binary search tree and explain its time complexity?
Define an algorithm. What are the properties of an algorithm?
Why concurrenthashmap is fail safe?
Explain the sorting algorithm that is most suitable to be used with single linked list?