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 is complexity of quicksort?
Can tuple be sorted?
What do you mean by Runtime Error
Which is better hashmap or hashtable?
Write a program to reverse a link list.
Why insertion is faster in linked list?
Explain recursive function & what is the data structures used to perform recursion?
Which interfaces are implemented by linkedlist?
What is dynamic array in excel?
Which collection class is thread safe?
State the demerit of linear representation of binary trees?
Explain Linked List
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
Is treemap thread safe?
What is the application of queue?