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 difference between array and arraylist?
What do you mean by sorting?
List the data structures which are used in network data modal.
Explain the uses of binary tree.
What is meant by ordered and sorted in collections?
What is the difference between a Stack and a Queue.
What is difference between arraylist and list?
What is map data structure?
What can be stored in an arraylist?
Write an algorithm to show the reverse of link list?
What do you mean by garbage collection?
What is the basic of data structure?
how to add an item to the beginning of the list?
Tell me the difference between structure and array?
What do you mean by double hashing?