Parenthesis are never needed in prefix or postfix
expressions. Why?
Answer Posted / nishant
in a prefix or postfix notation there is not anything
related to preority of operators and only we have to moov
from one side to nother so brackets are not required.
| Is This Answer Correct ? | 13 Yes | 32 No |
Post New Answer View All Answers
What is a threaded binary tree? Explain its operation with example?
Define union-by-weight?
Why are b trees used?
What is b tree in data structure?
Which sorting method is slowest?
Calculate the efficiency of sequential search?
What is complexity of quicksort?
What does quick sort do?
Which data structure is used in arraylist?
What is bubble sort algorithm in data structure sort and searching?
What is a linear search?
What is int data type?
What does arraylist remove return?
Can we extend an array after initialization?
What do you mean by collision in hashing?