Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / badri
*+-abc-/de+fg
| Is This Answer Correct ? | 15 Yes | 19 No |
Post New Answer View All Answers
What is concurrentlinkeddeque?
What sort of serious problems have you experienced, and how have you handled them?
Explain binary searching and Fibinocci search?
Describe linear probing with an example.
What are the major data structures used in the network data model?
Can arraylist hold different types?
Run time memory allocation is known as in data structure?
What is default array size?
Explain what are the major data structures used in the rdbms?
Define data type and what are the types of data type?
What is a matrix? Explain its uses with an example
Which sorting technique is best?
What is the use of treemap?
Why is merge sort faster?
What is worst case complexity algorithm?