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
Write any two principles of gradation of structures.
Why sorting is done?
We know that Arrays are objects so why cannot we write strArray.length()?
How do you reference all the elements in a one-dimension array?
Explain quick sort and merge sort algorithms.
Describe tree database.
Is int a data structure?
What is map entry?
Is vector a collection?
How do you sort in ascending order in arraylist?
What is the prerequisite for binary searching?
Is quicksort recursive?
What are the disadvantages of linked list?
How to find if linked list has loop?
What is complete binary tree in data structure?