Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / kiran reddy
-(*(+(a2)+(b4)))1
| Is This Answer Correct ? | 18 Yes | 49 No |
Post New Answer View All Answers
What is a stable sorting algorithm?
What is the difference between data type and data structure?
What are priority queues?
What is the difference between b tree and binary search tree?
Write is a binary search tree? Write an algorithm and tell complexity?
Describe what is Node in link list? And name the types of Linked Lists?
How do you declare An array of three pointers to chars
What is the difference between ienumerable and list?
What is ordered map?
What is the difference between Array and Array List ? Explain in brief with example.
How is hashmap o 1?
Why is concurrenthashmap thread safe?
Can we store null in arraylist?
What are the disadvantages of linear list?
Mention a few applications of linked lists?