STACK implementation using array completed.
RCS file: stack.c,v
Working file: stack.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
STACK MAIN PROGRAM. In initial rev 1.1 – implemented getchoice(), operation(), and declared push(),pop(),display() for testing.
—————————-
revision 1.4 locked by: root;
date: 2014/07/05 18:40:43; author: root; state: Exp; lines: +5 -3
Made changes to display() to have a better display pattern for stack.
—————————-
revision 1.3
date: 2014/07/05 18:25:20; author: root; state: Exp; lines: +14 -3
Implemeted POP operation on stack.
—————————-
revision 1.2
date: 2014/07/05 18:14:14; author: root; state: Exp; lines: +31 -4
Implemeted PUSH and DISPLAY functions on stack.
—————————-
revision 1.1
date: 2014/07/05 17:56:15; author: root; state: Exp;
Initial revision
=============================================================================