Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / revathy
Convert the following expression to postfix and prefix
(A+B) * (D-C)
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is a subtree in data structures?
How expression trees are gets represented in data structure?
What is long data type?
What are the benefits of using arrays?
Is hashmap part of collection?
Write an algorithm to find middle element in the linked list.
What are the operations that can be performed on a stack?
What happens if we put a key object in a hashmap which exists?
Write the syntax in c to create a node in the singly linked list.
Can arraylist be null?
What is merge sort in daa?
How memory is reserved using a declaration statement ?
How would you reverse the characters of an array?
Provide an algorithm to reverse a linked list without using recursion.
Explain in brief a linked list.