Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mona
+-ab*c-/dc+gf
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the different types of linked list?
What is bubble sort algorithm?
What is space complexity of a program?
Define an abstract data type (adt)?
What is the difference between arraylist and linkedlist?
What is a class user?
Define a full binary tree ?
Is heap sort faster than quicksort?
We know that Arrays are objects so why cannot we write strArray.length()?
What do you mean by hash table?
What is the complexity of arraylist?
What is a vector element?
How to create your own data structure in java?
Explain the applications of stack?
Why hashmap is faster than hashtable?