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
Define hash function?
Devise a program to sort an array using bubble sort.
Is array a data structure?
What should be done in the base case for this recursive problem?
Define a linear data structure.
Can we store primitives in collections?
Why is hashmap faster than treemap?
How does a heap sort work?
What is precision?
What method is used to place a value onto the top of a stack?
What is sorting problem?
What is difference between tree and binary tree?
Which interfaces are implemented by linkedlist?
Are sets sorted?
What do you mean by complexity of search algorithm?