What are the notations used in Evaluation of Arithmetic Expressions using prefix and postfix forms?
Answer Posted / rohit sah
Polish and Reverse Polish notations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I provide array size dynamically?
What is the difference between Array and Arraylist?
Difference between hashset and treeset?
Differentiate between hashmap and treemap.
What is list data structure?
For which header list, the last node contains the null pointer?
What is the difference between array and list?
How will you free the memory that is allocated at run time?
Is set sorted?
What do you know about traversal in linked lists?
Define open addressing?
Which is faster arraylist or linked list?
What are vectors used for in real life?
Provide an algorithm to reverse a linked list without using recursion.
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.