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 are different types of linked lists?
Explain in brief a linked list.
What is non linear data structure with example?
What is the difference between file structure and storage structure?
State the difference between persistent and ephemeral data structure?
Which is the parent class of abstractsequentiallist class?
What is sorting in data structure?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
What is the function of stack?
Differentiate between push and pop?
What are the advantages of selecetion sort?
How do you balance a tree?
What is b tree in data structure?
What is the complexity of bubble sort?
What is dynamic array with example?