Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / badri
*+-abc-/de+fg
| Is This Answer Correct ? | 15 Yes | 19 No |
Post New Answer View All Answers
Write the syntax in c to create a node in the singly linked list.
What do you mean by garbage collection?
Why do we use a multidimensional array in data structure?
What are scalar values?
What is structured data with example?
What is data structure and data type?
For searches. Which one is most preferred: array list or linked list?
Are linked lists useful?
Briefly explain recursive algorithm?
Is complete binary tree?
What is an algorithm in coding?
What will be the output of below code?
How many passes are required in bubble sort?
What is stack in geography?
Why is bubble sort stable?