Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / parneet kaur
+-ab*c-de+fg
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between data types and data structures?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
Can you please explain the difference between string and an array?
How does threaded binary tree represented in data structure?
how to delete first node from singly linked list?
Provide an algorithm to reverse a linked list without using recursion.
What is the difference between file structure and storage structure?
Why quicksort is faster than merge sort?
Define leaves?
Which data structure is applied when dealing with a recursive function?
Is it possible to store null key and null values in a hashmap?
What is ascending and descending order?
What is the space complexity of bubble sort?
What is tree in computer science?
What is concept of data structure?