Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))

Answer Posted / jatinder

+fg/de-*c+b-a

Is This Answer Correct ?    3 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are dictionaries mutable?

460


Can we use Generics with the array?

587


What is shell sort in data structure?

474


Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?

442


Explain pre-order and in-order tree traversal.

535






How do you do binary search?

482


Is copyonwritearraylist thread safe?

469


Is json a data structure?

515


What data structure does a binary tree degenerate?

444


Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78

1104


What is the best time complexity of bubble sort?

516


What are the disadvantages of sequential storage?

722


Is it possible to make an array volatile in java?

505


What is the difference between hashmap and arraylist?

515


Is treeset thread safe?

482