Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sheeraz
*-a+bc-/de+fg
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you define a set?
Can we change the size of an array at run time?
Are dictionaries mutable?
Is hashmap keyset ordered?
How do you find the height of a binary tree?
What is two-dimensional array?
Can you sort a hashmap?
Does set allow null values?
What is arraylist load factor?
What is binary search tree and explain its time complexity?
Explain the most efficient method to reverse a linked list?
What is the relationship between a queue and its underlying array?
What is sequential search? What is the average number of comparisons in a sequential search?
What is ds tree?
What is difference between while and do while?