Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / rohit verma
-a+*c-/de+fg
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
Why set will not allow duplicates?
Explain what are the major data structures used in the rdbms?
Is array a linked list?
Write a program to reverse a link list.
Write an algorithm to show various operations on ordered list and arrays
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
Define 2-3 tree?
What are the advantages of linked list over array (static data structure)?
What is the height of binary tree?
Which sorting algorithm has minimum number of swaps?
What is binary search in data structure?
Explain circular linked list?
Which sorting is used in collections sort?
How will you check the validity of an expression containing nested parentheses?
What is binary tree used for?