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

Why is waste sorting important?

567


What does adt stands for?

488


How do you sort an arraylist in descending order?

460


How much time does it take to learn data structures?

513


Why do we use binary search?

482






Why use a tuple instead of a list?

460


What are the complexity of binary search?

452


How to do the intersection of two sorted arrays?

562


What is mean by sorting?

506


Does hashmap allow duplicate keys?

538


What is a map in programming?

448


What is difference between set and map?

511


What is a treeset?

485


Which sorting is best?

489


How can you implement a stack?

601