Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ankita roy
+-ab*c-/de+fg
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is array and its types?
What are hash tables good for?
What is space complexity of a program?
Is quicksort greedy algorithm?
How helpful is abstract data type of data structures?
Define outdegree of a graph?
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is scalar data type?
Is arraylist a class?
What are trees in data structures?
What is the order of b tree?
How do I use quick sort?
Which language is best for data structures and algorithms?
What are the advantages of linked list over array (static data structure)?
What is ascii sort order?