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 a sorting algorithm in data structure?
Explain exception filter?
What is complexity algorithm?
How long does it take to master data structures and algorithms?
Why do we use data structures?
What is time complexity of binary search?
List out the disadvantages of using a linked list?
Is hashmap faster than arraylist?
What is sequential sorting?
How do stacks work?
Explain about map and their types?
Which is better arraylist or linkedlist?
What are the different data structures?
Can arraylist store primitives?
Define probing?