Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / jatinder
+fg/de-*c+b-a
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What does arrays tostring do?
How can someone display singly linked list from first to last?
What is difference between hashset and linkedhashset?
What exactly is data?
Two linked lists are given, find out the sum of them without altering the linked list?
Does treemap sort automatically?
What are the best data structure courses for gate preparation?
How do you assign an address to an element of a pointer array ?
What is doubly linked list in data structure?
Differentiate between iterator and enumeration.
How many parts are there in a declaration statement?
How many types of sorting algorithms are there?
What are the advantages of sorting and filtering data?
List the area of applications of data structure.
What is garbage collection in data structure?