Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ankita roy
+-ab*c-/de+fg
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Program to remove duplicate elements in an array.
What is the difference between Array and Array List ? Explain in brief with example.
Is quicksort greedy algorithm?
What is the complexity of arrays sort?
What does simulation of queues mean?
What are the types of sorting?
Is int a data structure?
write a code for Implementation of stack and queues.
What is the difference between hashmap and arraylist?
How do I remove a value from a list?
What is the default size of an arraylist?
Define data type and what are the types of data type?
What is sorting problem?
What are data structures in programming?
Define avl tree?