Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / saravanakumar
+-ab*c-/de+fg
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
What is a queue in data structure?
What do you mean by quadratic probing?
Define a tree?
What is quick sort example?
What is bubble sort with example?
What is a Stack? Explain with example?
Is hashtable better than dictionary?
What is reduction to sorting method?
Does concat mutate array?
What should I learn first data structures or algorithms?
Is hashtable fail fast?
How do you use the sort function?
Does arraylist contain duplicates?
How dynamic arrays are created?
What is difference between while and do while?