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
What do you mean by back edge?
What is sequential search? What is the average number of comparisons in a sequential search?
Define balanced trees?
Is arraylist a list?
Does linked list allow duplicates?
What is treemap chart?
Define hashing?
How does a hashmap work?
write a program to show the insertion and deletion of an element in an array using the position
What is data structure explain different types of data structures with examples?
What is the difference between static and dynamic data?
Why is hashmap used?
What is dynamic data structure?
You want to insert a new item in a binary search tree. How would you do it?
Is hashmap sorted?