Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / poonam khandar
Parenthesis are used to define the sequence or priority of
execution of operations in given infix expression. When we
write an espression in prefix or postfix format we have
already considered the order of execution and only evaluate
the expression starting from left towars right in the
sequence the operators and operands are encountered.
| Is This Answer Correct ? | 34 Yes | 3 No |
Post New Answer View All Answers
What do you mean by the term “percolate down”?
What is java priority queue?
What are the non linear data structure?
Why do we use hashmap?
What are the drawbacks of array implementation of queue?
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
Is an arraylist an object?
How many types of linked lists are there?
What is binary tree? Explain its uses.
Define data type and what are the types of data type?
Write a Program for Linked list manipulation.
What is collections singletonmap?
What is the best complexity of bubble sort?
Does hashset allow duplicates?
State the difference between stacks and linked lists?