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
Define in brief an array.
What thread means?
Write the syntax in c to create a node in the singly linked list.
Write the stack overflow condition.
Why does hashset use hashmap?
Can hashmap have same key?
How do you sort pseudocode?
what is the difference between Linear Array and Linked List?
Define the tree data structure.
What is mean by sorting?
What is bubble sort?
What is long data type?
Why would we use dynamically allocated arrays vs vectors?
What do you know about different sorting algorithms?
What is bubble sort in data structure?