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

Answer Posted / nikhil nautiyal

+-ab*c-/de+fg

Is This Answer Correct ?    24 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a binary search tree? Explain with example?

505


What is data type with example?

506


Why do we need algorithm?

485


Define heap?

593


Differentiate between hashset and hashmap.

509






Explain what is linear search?

579


What are the disadvantages of representing a stack or queue by a linked list?

489


Are collections thread safe?

460


Define tree edge?

511


Is map a data structure?

484


Why is quicksort not stable?

449


How does hashset maintain order?

518


Define primary data structures?

577


Mention the data structures which are used in graph implementation.

466


What is difference between arraylist and list?

460