Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bhupendra pattnayak
*-a+bc-/de+fg
| Is This Answer Correct ? | 54 Yes | 54 No |
Post New Answer View All Answers
What do you mean by the term “percolate down”?
Why heap sort is not used?
Can you declare an array without assigning the size of an array?
Which is better hashmap or treemap?
Sorting is not possible by using which of the methods?
Define an algorithm. What are the types of algorithms?
What are two types of sorting?
What is data and data structure?
How can you add an item to the beginning of the list?
What is link list in data structure?
What type of memory allocation is referred for Linked lists?
Write the c program to insert a node in circular singly list at the beginning.
What is difference between hashmap and hashtable?
Define separate chaining?
Can map contain duplicate keys?