Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / ankita
a2+b4+*1-
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the time complexity of arrays sort?
Is array a collection?
Why does hashset use hashmap?
State the demerits of linked representation of binary trees?
What is a weighted graph?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
Write the recursive c function to count the number of nodes present in a binary tree.
Write the importance of hashing?
How many types of arrays are there?
What is difference between hashmap and hashset?
What is faster array or arraylist?
What is the complexity of selection sort?
Which is faster hashmap or hashset?
What is heap with example?
What is the difference between hashset and hashtable?