Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / hussain
Simple logic that ----
operators are not in between operands, in prefix and postfix expression, hence parentheses are not required in pre and postfix expression..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List some applications of multilinked structures?
What is a linear search?
What is frozenset?
How many passes are required in bubble sort?
What is the difference between hashset and hashtable?
What are the advantages of bubble sort?
What is the logic to reverse the array?
How many types of linked lists are there?
In depth questions regarding the data structures and the Databases used in the Projects developed.
Why is arraylist used?
Is hashset synchronized?
How can I study data structures and algorithms?
What do you mean by balanced trees?
What is time complexity of hashmap?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential