Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / badri
*+-abc-/de+fg
| Is This Answer Correct ? | 15 Yes | 19 No |
Post New Answer View All Answers
Explain the term binding time?
What is meant by ordered and sorted in collections?
What is adt in data structure with example?
What does arraylist remove return?
Is array a collection?
Write an algorithm to show various operations on ordered list and arrays
How many passes does bubble sort need?
Is treeset synchronized?
Write the syntax in c to create a node in the singly linked list.
Give one example of right rotation.
What is difference between list and set?
What is a property class?
Difference between hashset and treeset?
How is the front of the queue calculated ?
What do you mean by breadth first search (bfs)?