Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / waqar
+ - a b * c - / d e + f g
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are basic algorithms?
What is the difference between array and stack?
Write the advantage of separate chaining?
Is radix sort faster than quicksort?
How do you find the second largest element in an array of integers?
Differentiate between iterator and enumeration.
Why hashmap is faster than hashset?
Is copyonwritearraylist thread safe?
What is 1d array?
Write a program for Sorting an Array. Which sorting will you prefer?
What is array define its types?
How to initialize Dictionary using collection initialize?
What is Jagged Arrays?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Is map a collection?