Math, asked by harjas2141, 8 months ago

write a program in c++ to evaluate postfix expression using stack​

Answers

Answered by priyanshubrainly9068
0

++ 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