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 is difference between while and do while?
What data structure does a binary tree degenerate?
What is scalar example?
Does arraylist shrink?
Explain pre-order and in-order tree traversal.
Is arraylist a list?
How do I remove a value from a list?
Explain the internal working of a hash map?
Define 2-3 tree?
Define a linear data structure.
What is a node in it?
Define non-linear data structures?
In Data Structure, write output of given program.
Difference between calloc and malloc ?
What is the similarity between a Structure, Union and enumeration?