can anybody tell me how to reverse a stack without using any big and variable sized memory block(not to use any other stack which is equal to the given stack in size).
I have tried but could not succeed.