Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / pushpa
*+abc*-/de+fg
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How do you sort a list in reverse order?
Define in brief an array.
Which of the collections allows null as the key?
Explain what is linear search?
What you mean by sorting?
Is array of data structure?
What is hashing in cyber security?
What is the relationship between a queue and its underlying array?
What is red black tree in data structure?
What is meant by arraylist?
What are the advantages and disadvantages of copyonwritearraylist?
Define b-tree of order m?
What is vector and types of vector?
Advanced problems related to Data Structures were asked
Explain the sorting algorithm that is most suitable to be used with single linked list?