Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / kiran
+-ab*-/de+fg
| Is This Answer Correct ? | 22 Yes | 42 No |
Post New Answer View All Answers
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What are the benefits of using arrays?
Tell me about the different sorting techniques.
Differentiate between failfast and failsafe.
Does treemap allow null keys?
What is sorting in math?
How arraylist increase its size?
Explain Stack
What is doubly linked list in data structure?
What is raid (redundant array of inexpensive disks)?
What is data and data types?
List the area of applications where stack data structure can be used?
Define binary tree insertion.
What are the classification of data structures?
What is bubble sort and quick sort?