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


Please Help Members By Posting Answers For Below Questions

What are the basic data structures?

683


How can we delete any specific node from the linked list?

690


Why is hashmap faster than arraylist?

705


How does a selection sort work?

647


What are the advantage of linked list over array?

606


What is hashing with example?

668


Can treemap have duplicate values?

651


What are the Difference between tcp and udp?

653


Can I provide array size dynamically?

690


Define quadratic probing?

774


How do I sort a hashmap key?

648


Which sorting algorithm is used in collections sort?

594


Is arraylist synchronized?

692


Difference between abstract data type, data type and data structure?

795


What is the main advantage of a linked list?

642