POSTFIX EVALUATION WITH SINGLE OR MULTI DIGIT:
Students find difficulties in finding the correct code for Postfix evaluation using Stack which works for Single as well for multidigit also;
So here is the Question Format Given::-
Question_2; Data_Structure:
Write a C program to evaluate the following POSTFIX expression. Use STACK to solve this
problem.
Here is the Correct code:
THANK YOU
ReplyDelete