Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / srividya
*-a+bc-/de+fg
| Is This Answer Correct ? | 10 Yes | 30 No |
Post New Answer View All Answers
What is difference between data type and data structure?
Can map contain duplicate keys?
How do you search for a target key in a linked list?
Which sorting method is slowest?
What is meant by strongly connected in a graph?
What is weight balanced tree in data structure?
What are the different types of collections?
Explain Linked List
Is a list an array?
What are the types of collision resolution strategies in open addressing?
Does treemap allow null keys?
Difference between calloc and malloc ?
What is bubble sort with example?
What is the default size of an arraylist?
What is worst case complexity algorithm?