write a program in c++ to evaluate postfix expression using stack
Answers
Answered by
0
Answer:
dnjdjd
xjdjdjjd
dbdbd
Answered by
0
Explanation:
C++ Program to Evaluate an Expression using Stacks
- * C++ Program to Evaluate an Expression using Stacks.
- #include <conio.h>
- #include <string.h>
- struct node.
- int data;
- node *next;
- }*p = NULL, *top = NULL, *save = NULL, *ptr;
- void push(int x)
Similar questions