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
How do you do a heap sort?
Define primary clustering?
Why we need cursor implementation of linked lists?
What are linked lists most commonly used for?
How would you reverse the characters of an array?
What is the use of data structure?
How long does it take to master data structures and algorithms?
Explain the sorting algorithm that is most suitable to be used with single linked list?
What are stacks? Give some of its applications.
What is the meaning of anonymous array? Explain with an example?
Which collection is used for sort?
What data structure does a binary tree degenerate?
Why sorting algorithms are important?
How to get largest and smallest number in an array?
What is the difference between array and stack in data structures?