Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / neha munjral
*-+abc/de+fg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Which is better merge or quick sort?
Is vector a collection?
What member function places a new node at the end of the linked list?
What is scalar data type?
Does arraylist shrink?
Is hashmap get thread safe?
How will you check the validity of an expression containing nested parentheses?
Which is more efficient merge sort vs quicksort?
What is entryset in hashmap?
Why is null not allowed in concurrenthashmap?
Can the double-checked locking fail on a single processor system?
What is bubble sort and quick sort?
Define non linear data structure.
What is stack push?
What are different techniques for making hash function?