Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / a khan
a2+b4+*1-
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
What is the difference between Array and LinkedList?
Advanced problems related to Data Structures were asked
What is the types of data structure?
What do you mean by heap order property?
Define non linear data structure.
Which is faster arraylist or hashmap?
What is rule regarding overriding equals and hascode method?
Why do we need searching algorithms?
Is hashset a collection?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Differentiate between push and pop?
How does a dynamic array work?
Define an abstract data type (adt)?
What is stack and queue in data structure?
What are linked lists good for?