Listing 5

else if (op[0] == '-')
       {int temp = pop(); (push(pop() - temp))};
else if (op[0] == '*')

/* End of File */