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
What thread means?
Define threaded binary tree.
Which data structures are used in bfs and dfs algorithm?
What are the properties of an algorithm?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is binary tree a bst?
What are the applications of graph data structure?
write a code for Implementation of stack and queues.
What are the types of collection?
What is a tech stack?
Is quicksort divide and conquer?
What do you mean by data types?
When new data are to be inserted into a data structure?
In what scenario, binary search can be used?
How are the elements of a 2d array are stored in the memory?