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

Answer Posted / ramen pradhan

-a+b*c-/de+fg

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens if an array goes out-of-bounds?

656


Will hashmap allow null keys?

497


For addition and deletion. Which one is most preferred: array list or linked list?

500


How do you sort an array by value?

469


What happens in insertion sort?

481






Advanced problems related to Data Structures were asked

532


How does hashset maintain order?

514


What is mergesort and hashtable?

637


What is a queue in data structure?

523


What is data structure and data type?

534


What are data structures in programming?

530


What do you mean by selection sort?

476


Describe the degree term in a tree.

564


How many types of linked list exist?

524


What is the logic to reverse the array?

472