Parenthesis are never needed in prefix or postfix
expressions. Why?
Answers were Sorted based on User's Feedback
Answer / priya
paraanthesis are never needed for postfix expression
| Is This Answer Correct ? | 6 Yes | 13 No |
Answer / 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 |
What is the difference between arraylist and hashmap?
Write a program for reversing the Single Linked List?
Explain what is the data structures used to perform recursion?
Explain the implementation of an AVL tree and Binary tree.
How to inverting a function in sort and searching?
Why is hashmap faster than treemap?
Mention the steps to insert data at the starting of a singly linked list?
Why do we use collections?
Differentiate between set and map.
Can we increase the size of statically allocated array?
Is Arraylist faster than Array? Why?
Why using cookie to store session info is a better idea than just using session info in the request?