Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / kiran
+-ab*-/de+fg
| Is This Answer Correct ? | 22 Yes | 42 No |
Post New Answer View All Answers
How null key is handled in hashmap?
What is unhashable type list?
What do you mean by probing?
How would you use qsort() function to sort the name stored in an array of pointers to string?
What is the difference between hashmap and arraylist?
How do you sort an array by value?
How to increase stack limit in w3wp.exe?
Describe tree database. Explain its common uses.
What is entryset in hashmap?
Write an algorithm that counts number of nodes in the circular linked list
What are priority queues?
Define heap?
Explain about circular linked list?
How does linkedhashset work internally?
What is the impact of signed numbers on the memory?