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

Answer Posted / harsh parikh

-a+b*c-/de+fg

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is data structure?

469


What data type is enum?

485


What is meant by binary tree traversal?

552


what is the biggest advantage of linked lists?

546


Explain the Array

566






Define structure property in a heap?

561


What does the term sorting refer to?

565


Which language is best for data structures and algorithms?

490


What is the best sorting technique?

477


What is hashing technique? Describe in brief.

516


Why is quicksort so fast?

473


What you mean by sorting?

491


What is reduction to sorting method?

506


What are the basic data structures?

508


What is sorted map?

492