Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1

Answer Posted / nips aka suman

a2+b4+*1-

Is This Answer Correct ?    20 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sorting in data structure?

653


What is stack and its operations?

599


What is time complexity of hashmap?

730


What is the difference between one and two dimensional?

762


What is a data structure node class?

689






What is a dequeue?

715


What is a singletonlist?

639


Define heap?

765


Is heap sort faster than quicksort?

616


Define 2-3 tree?

711


How many types of linked lists are there?

597


Which programming language is best for data structures?

638


What is binary tree give example?

677


Explain the types of linked lists.

733


an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

724