Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sudip chatterjee
-a+b*c-/de+fg
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is meant by a dynamic array?
Does arraylist maintain order?
What is adt in data structure with example?
Why do we study data structures?
Explain linked list in short.
Can we use any class as map key?
Calculate the efficiency of sequential search?
What happens in insertion sort?
What are different types of algorithms?
What is an object array?
How many types of data structures are there?
what is traversal in linked lists?
How do you sort a collection in descending order?
Define hash table?
Define a linear and non linear data structure.