RCS file: stack_using_linked_list.c,v Working file: stack_using_linked_list.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: Implementing stack using linked list. Push,pop and display operations are implemented using functions. ---------------------------- revision 1.3 locked by: root; date: 2013/12/21 01:15:23; author: root; state: Exp; lines: +36 -7 The program is further optimised. ---------------------------- revision 1.2 date: 2013/12/18 01:09:50; author: root; state: Exp; lines: +4 -5 Push operation is implemented is successfully. Display function is working correctly. ---------------------------- revision 1.1 date: 2013/12/18 00:50:07; author: root; state: Exp; Initial revision =============================================================================