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

Answer Posted / nikhil kumar saraf

-a+b*c-/de+fg

Is This Answer Correct ?    29 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is map entry?

492


What is bubble sort and quick sort?

521


Why do we need linked lists?

518


What is nonlinear data?

485


How many sorting are there in data structure?

487






What is sequential search?

538


Why is hashmap used?

510


How to get largest and smallest number in an array?

530


What does a treemap do?

454


What is a weighted graph?

555


What happens if we put a key object in a hashmap which exists?

479


how to delete first node from singly linked list?

627


What is the meaning of anonymous array? Explain with an example?

741


What does stack top do?

477


Can treeset contain duplicates?

551