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

Answer Posted / ankita roy

+-ab*c-/de+fg

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe tree rotation in avl tree.

730


What are the collision resolution methods?

696


Can array store heterogeneous data?

601


When is a binary search algorithm best applied?

839


What is the minimization factor and time complexity of b-tree?

868






Define graph traversals?

676


Difference between calloc and malloc ?

678


How many types of lists are there?

670


How to find if linked list has loop?

808


What do you mean by sorting?

613


What is bitonic search?

713


What is the difference between data type and data structure?

626


Devise a program to sort an array using bubble sort.

706


Can we sort hashmap?

670


Why do we need sorting algorithms?

666