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
What are data members?
What is heap tree in data structure?
Define a binary tree?
Why do we need linked lists?
How memory is reserved using a declaration statement ?
What is the difference between hashset and hashtable?
Explain multiply linked list in short.
Tell me about circular linked list?
How do you find the index of an element in an arraylist?
What is Another name of Dynamically allocating memory.
What is the difference between collection and collections?
What is the Insertion Sort Code?.
What is time and space complexity of bubble sort?
Differentiate between list and set.
How many types of data structures are used?