Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / a khan
a2+b4+*1-
Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How can someone display singly linked list from first to last?
Can treeset have duplicates?
Which sorting algorithm is worst?
where do you use double linked list?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
How to sort 1 million floating point numbers?
Describe full binary tree and complete binary tree.
Is list a data structure?
Is it possible to make an array volatile in java?
Differentiate between failfast and failsafe.
What are the advantages of array?
What are doubly linked lists?
Define red-black trees.
Why is tuple immutable?
What are red-black trees?