Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / arun chowdary g
a2+b4+*1- is correct because in postfix traversals are from
left, right and then root.
Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
What are the basic data structures?
How can we delete any specific node from the linked list?
Why is hashmap faster than arraylist?
How does a selection sort work?
What are the advantage of linked list over array?
What is hashing with example?
Can treemap have duplicate values?
What are the Difference between tcp and udp?
Can I provide array size dynamically?
Define quadratic probing?
How do I sort a hashmap key?
Which sorting algorithm is used in collections sort?
Is arraylist synchronized?
Difference between abstract data type, data type and data structure?
What is the main advantage of a linked list?