Evaluate the following prefix expression " ++ 26 + - 1324"
Answer Posted / siya
(++26)+(-(1324))=1297
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
If I try to add enum constants to a treeset, what sorting order will it use?
Differentiate between arraylist and vector.
Define collision in hashing?
Define union-by-weight?
What is the difference between null and void?
Does stringutils isempty check for null?
What is hashing technique?
what is the difference between dynamic as well as non - dynamic data structures.
Is arraylist faster than array?
How do I start preparing for placement?
What is the difference between data type and data structure?
What are the tasks performed during preorder traversal?
Should I use hashmap or hashtable?
Describe avl tree or height balanced binary search tree.
Why quicksort is faster?