Concept drill
postfix-evaluation
GATE CSE & IT · Data Structures · 2007-2007
2
PYQs
100%
keyed
0
elite explanations
1
years appeared
Study anchor
Cormen et al. — Introduction to Algorithms (CLRS)
Algorithms, data structures, graph algorithms, complexity
Practice action
Start latest PYQPYQs in this concept
All concepts →2007 PYQ
The following postfix expression with single digit operands is evaluated using a stack: 8 2 3 ^ / 2 3 * + 5 1 * - Note that ^ is the exponentiation operator. The top two elements o...
easyanswer key
2007 PYQ
Consider the following C program: #include #define EOF -1 void push (int); /* push the argument on the stack */ int pop (void); /* pop the top of the stack */ void flagError (); in...
mediumanswer key