Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / arun chowdary g
a2+b4+*1- is correct because in postfix traversals are from
left, right and then root.
| Is This Answer Correct ? | 37 Yes | 4 No |
Post New Answer View All Answers
Why we use arraylist instead of linked list?
What are the 4 types of data?
Can arraylist be null?
Define a priority queue?
What is sorting and its types?
What is the procedure to insert into a sorted array?
What is copyonwritearraylist?
what is the difference between dynamic as well as non - dynamic data structures.
What does arraylist remove do?
What are the applications of b-tree?
Can we search the data in a linked list?
What is a string array?
What is array define its types?
What are the advantages of binary search over linear search?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?