Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / uma

a2+b4+*1-

Is This Answer Correct ?    101 Yes 8 No

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

Answer / ahan

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

Is This Answer Correct ?    58 Yes 2 No

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

Answer / 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

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

Answer / a khan

a2+b4+*1-

Is This Answer Correct ?    25 Yes 4 No

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

Answer / nips aka suman

a2+b4+*1-

Is This Answer Correct ?    20 Yes 2 No

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

Answer / pavan

@ Revathy :
Postfix : AB+DC-*
Prefix : *+AB-DC

Best way to find Prefix adn post fix is to create a Binary
tree and do a pre-order traversal and post order traversal
on it.

Is This Answer Correct ?    7 Yes 1 No

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

Answer / ankita

a2+b4+*1-

Is This Answer Correct ?    8 Yes 2 No

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

Answer / revathy

Convert the following expression to postfix and prefix
(A+B) * (D-C)

Is This Answer Correct ?    5 Yes 5 No

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

Answer / kiran reddy

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

Is This Answer Correct ?    18 Yes 49 No

Post New Answer

More Data Structures Interview Questions

Which is better merge sort or quick sort?

0 Answers  


Is list an array?

0 Answers  


What are dynamic data structures?

2 Answers  


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

0 Answers  


Which sort algorithm is best?

0 Answers  


Give a basic algorithm for searching a binary search tree?

0 Answers  


write a code for Implementation of stack and queues.

0 Answers   InterGraph,


Run time memory allocation is known as ?

0 Answers  


What is the difference between array list and vector list?

0 Answers   CGI,


What is the Role of push() and pop() method?

0 Answers  


what is R-B tree

4 Answers   Wipro,


Can we define the size of arraylist?

0 Answers  


Categories