write aprogram in c++ to read the tokens in one at a time ,if it is
integer,push it on stack, if it is binary operator, pop two elements
from the stack, apply the operator to the two elements and push the result back on the stack??
please help me to solve this Question ??? i tried to solve a question but i failed with compiler c++