Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil kumar saraf
-a+b*c-/de+fg
| Is This Answer Correct ? | 29 Yes | 20 No |
Post New Answer View All Answers
What does a treemap do?
Write an algorithm that counts number of nodes in the circular linked list
What is arrays copyof?
What is merge sort in daa?
Which is faster hashmap or treemap?
What are the major data structures used in the rdbms?
What is the impact of signed numbers on the memory?
Does arraylist contain duplicates?
When is a binary search best applied?
What is time complexity of bubble sort?
Is heap sort stable?
How do you represent a linked list?
What is collection process?
What is b tree in data structure?
What is difference between static and dynamic array?