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

Answer Posted / sheeraz

*-a+bc-/de+fg

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic array how it is created?

504


What do you mean by disjoint set adt?

557


What is circular queue in data structure?

459


Which method will arrange the element of an array in alphabetical order?

1589


Define heap?

605






Can treeset have duplicates?

533


Differentiate between push and pop?

683


What are the 3 control structures in programming?

508


What is data and information explain with example?

559


Differentiate between the singly linked list and doubly linked list.

606


How many types of arrays are there in visual basic?

461


What is link list in data structure?

483


What is the need for priority queue?

565


Can treemap have null values?

493


Why is arraylist faster than linkedlist?

521