Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / revathy
Convert the following expression to postfix and prefix
(A+B) * (D-C)
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Can hashmap store null values?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
Describe avl tree or height balanced binary search tree.
What is fibonacci search?
Which interfaces are implemented by abstractqueue?
How do you declare An array of three pointers to chars
Does concat mutate array?
Is array faster than arraylist?
Why is hashset used?
Is array of data structure?
What are the 3 types of measurement?
Is queue fifo or lifo?
What is merge sort and how it works?
Which is the slowest sorting algorithm?
What are the advantages and disadvantages of linked list?