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 difference between set and map?
How do you sort a collection in descending order?
Explain merge sort algorithms.
What is array simple?
Explain Array
where do you use double linked list?
What are arrays give example?
Parenthesis is never required in postfix or prefix expressions, why?
How do I use quick sort?
Can we put null value in hashmap?
What is perfect binary tree?
How many types of sorting algorithms are there?
What is dynamic array how is it created?
Is array size dynamic or fixed?
Name the areas in which you can apply data structures extensively?