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
Define a Deque?
What are the scenarios in which an element can be inserted into the circular queue?
Which sorting algorithm is used in collections sort?
How treemap orders the elements if the key is a string?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What is the difference between file structure and storage structure?
Which sorting is best in time complexity?
What is the difference between data types and data structures?
What is binary tree give example?
What is the limit of arraylist?
What is a pass in bubble sort?
What are the properties of binary tree?
Explain linked list in short.
How can you represent a linked list node?
Which are the sorted collections?