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
Explain what is the type of the algorithm used in solving the 8 queens problem?
Which is faster array or list?
Explain binary searching, Fibonacci search.
What are the pre-requisite for the collection to perform binary search?
Why is an array homogeneous?
What is mergesort and hashtable?
Which searching algorithm is best?
What is sort in data structure?
When new data are to be inserted into a data structure?
What are the types of data structures?
List the types of tree.
Can we search the data in a linked list?
List out a few of the applications that make use of Multilinked Structures?
Which interfaces are implemented by linkedhashset?
Which are the sorted collections?