Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mona
+-ab*c-/dc+gf
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is non linear structure?
What is data type explain?
What is meant by binary tree traversal?
How many passes does bubble sort need?
What is the difference between hashset and hashtable?
Does hashset allow duplicates?
Why is hashmap faster than treemap?
What are the tasks performed while traversing a binary tree?
What is scalar data type?
What is a pass in bubble sort?
Explain merge sort algorithms.
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
What are arrays give example?
What is the main advantage of a linked list?
What is the non linear data structure?