DATA STRUCTURE Programming and Technical Programming Technical

How is it possible to insert different type of elements
in stack?

Read Solution (Total 3)

DATA STRUCTURE Other Question

Convert the following infix expression to post fix
notation  ((a+2)*(b+4)) -1  (Similar types can be asked)
Stack can be described as a pointer. Explain.