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
List the applications of queues?
Define a priority queue?
What is difference between array and arraylist?
What is data structure and data type?
What is the difference between Array and Arraylist?
Does hashset maintain order?
How do I push an element into a stack?
Describe the height term in a tree.
Can tuple be sorted?
Does arraylist allow null values?
What is a list of lists?
Can hashmap have duplicate keys?
Is hashtable better than dictionary?
Which sorting algorithm uses minimum number of swaps?
Can arraylist hold duplicates?