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
Tell me why can't constant values be used to define an array's initial size
What is the advantage of circular linked list?
Is linkedlist thread safe?
What is integer max_value?
Why is quicksort better than mergesort?
What are the different types of data type?
Does linked list allow duplicates?
What is binary tree and its types?
Which is better than array and linked list?
Is duplicate allowed in hashmap?
Differentiate between hashmap and treemap.
Which sorting is used in collections sort?
Define balance factor of a node in avl tree?
Does treemap allow null values?
Is treemap sorted?