Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / neha munjral
*-+abc/de+fg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is sorting with example?
Which method will arrange the element of an array in alphabetical order?
How do stacks work?
Which interfaces are implemented by hashmap?
In what data structures are pointers applied?
What do you mean by the term “percolate up”?
What is binary tree give example?
What does arrays tostring do?
How to copy an array into another array?
What is scalar data type?
Explain what is the data structures used to perform recursion?
Define rehashing?
Explain singly linked list in short.
What is a queue in data structure?
What is circular queue example?