Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / bipin fro uu mca
a-b+c*(/de-(+fg))
a-b+c*(-/de+fg)
a-b+*c-/de+fg
-ab+*c-/de+fg
+-ab*c-/de+fg
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
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?
What are the topics in data structures?
Mention for which header list, you will found the last node contains the null pointer?
How do treesets work internally?
How do you rotate an AVL tree?
What type of memory allocation is referred for Linked lists?
How to find 3rd element from end in a linked list in one pass?
Is binary tree a bst?
Model a data structure for a DFA that takes an event as parameter and performs a desired action.
What does the dummy header in the linked list contain?
Differentiate between an array and an arraylist.
Does treemap allow null keys?
Explain about the different lists available in the collection?
Is null a binary search tree?
What is the use of data structure?