Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil nautiyal
+-ab*c-/de+fg
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
What are the major data structures used in the following areas : network data model & hierarchical data model?
What is a comparator function?
Differentiate between queue and stack.
Is bubble sort adaptive?
Write an algorithm to check if there is a loop in a doubly linked list.
Can you declare an array without assigning the size of an array?
Is binary tree balanced?
What is range search?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
How do you solve a selection sort?
Define quadratic probing?
Is quicksort a stable sorting algorithm?
What type of variable is age?
Is hashmap an object?
What is meant by ordered and sorted in collections?