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
How hashmap increases its size?
What are the major data structures used in the following areas : network data model & hierarchical data model?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
What data structure does a binary tree degenerate?
What do you mean by quadratic probing?
What is the difference between for and foreach loop?
What is unbounded queue?
Is map a data structure?
Why would we use dynamically allocated arrays vs vectors?
What do you mean by heap order property?
Differentiate between singly and doubly linked lists?
What is sequential sorting?
Which sort is best for linked list?
Describe the complexity of Quick Sort
What are all the classes and interfaces that are available in the collections?