Hi,
I'm looking for a postfix notation calculator program in C that uses a stack with push and pop functions to compute results. My main problem is with the stack and push and pop -- I do not understand how they work. Please help.