Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1

Answer Posted / ahan

( ( a + 2 ) * ( b + 4 ) ) - 1
\ / /
a2+ b4+ /
\ / /
/
a2+b4+* /
\ /
a2+b4+*1-

Is This Answer Correct ?    57 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scalar data type?

596


What is the complexity of sorting algorithm?

495


In what order the elements of a hashset are retrieved?

531


What is a matrix? Explain its uses with an example

568


how to delete first node from singly linked list?

627






If you have to store one lakh objects, what will be a better option- a hash map or an array list?

820


What are the two traversal strategies used in traversing a graph?

552


Is array size dynamic or fixed?

494


Write any two principles of gradation of structures.

585


Can you distinguish between ArrayList and Array?

578


Is hashmap an array?

480


What thread means?

496


Is radix sort stable?

495


Why is hashmap faster?

479


What is stable sort example?

495