what is a postfix calculator which is made by using stack commands in c language?
This is a discussion on what is a postfix calculator? within the C Programming forums, part of the General Programming Boards category; what is a postfix calculator which is made by using stack commands in c language?...
what is a postfix calculator which is made by using stack commands in c language?
He wasn't giving you the code. You asked what one was and he showed you one. Write your own code.
Quzah.
Hope is the first step on the road to disappointment.
That sounds like a contradiction.Originally Posted by blogchama
So, do you know what is a postfix calculator?
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
RPN uses postfix notation. Wiki has an article explaining it, and pseudo code, as well:
Reverse Polish notation - Wikipedia, the free encyclopedia