Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
| Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
what is the difference between dynamic as well as non - dynamic data structures.
How null key is handled in hashmap?
Which interfaces are implemented by hashmap?
State the difference between primitive and non-primitive data types?
What is the quickest sorting algorithm?
What is difference between list and array?
Explain the term tail recursion?
Why quicksort is better than merge sort?
Define Data Structures?
Can tuple be sorted?
What is complexity of quicksort?
What are the advantages of merge sort?
How do you find the second largest element in an array of integers?
What is frozenset?
What is bubble sort with example?