Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / uma
a2+b4+*1-
| Is This Answer Correct ? | 101 Yes | 8 No |
Post New Answer View All Answers
Is quicksort faster than merge sort?
How is a hashset implemented?
What is the difference between hashset and arraylist?
What is stack push?
What is the difference between b tree and binary search tree?
List the applications of queues?
What is data in computer science?
What is frozenset?
Differentiate between collection and collections.
How can I learn data structures?
What are different types of sorting techniques?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
What is height balanced tree?
What exactly is a thread?
Describe the level term in a tree.