Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / waqar
+ - a b * c - / d e + f g
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between array sort () and array sort t >()?
What will be the output of below code?
Explain binary searching, Fibonacci search.
How to do the intersection of two sorted arrays?
What is the maximum size of array?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
What are sorting algorithms used for?
What is structured data with example?
What is the logic to reverse the array?
What are control structures?
How do you make a bubble chart with 3 variables?
How do you do binary search?
What are the disadvantages of linked list?
What is a stable sorting algorithm?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)