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

Answer Posted / kiran reddy

-(*(+(a2)+(b4)))1

Is This Answer Correct ?    18 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is map entry?

649


There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?

1495


What does arrays tostring do?

618


What is the need for path compression?

714


How does quick sort work?

716






How do you explain bubble sort?

643


What is array define its types?

622


You want to insert a new item in a binary search tree. How would you do it?

719


How do I rearrange rows in numbers?

633


To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..

716


What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?

798


Why is arraylist faster than linkedlist?

702


Write the stack overflow condition.

798


What is an expression tree?

679


Which is faster hashmap or hashtable?

682