Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / parneet kaur
+-ab*c-de+fg
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the application of queue?
What do you mean by shortest path?
Which type of sorting is best?
What is the difference between one and two dimensional?
Can you have an arraylist of arrays?
What is a tech stack?
Explain Stack
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What is a treemap chart?
What is sorting problem?
Define graph traversals?
What is the types of data structure?
Who invented merge sort?
Differentiate between list and set.
Define an algorithm. What are the types of algorithms?