RCS file: ./linklist1.c,v Working file: ./linklist1.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: make a struct for linklist and defined three pointers start,prev,end . data store more than 10 bytes in single node. create multiple node. ---------------------------- revision 1.5 locked by: root; date: 2014/08/05 07:48:30; author: root; state: Exp; lines: +75 -4 all processes of linklist like insert any point any node, delete any node from key position is done. ---------------------------- revision 1.4 date: 2014/07/24 18:30:09; author: root; state: Exp; lines: +31 -0 dispay all node , insert node at key position where you want. ---------------------------- revision 1.3 date: 2014/07/21 16:57:35; author: root; state: Exp; lines: +130 -18 ===============================ENTER 1 : FOR CREATE NODE===============================\n"); 139 printf(" ===============================ENTER 2 : FOR CREATE DATA===============================\n"); 140 printf(" ===============================ENTER 3 : FOR GIVE DATA TO NODE=========================\n"); 141 printf(" ===============================ENTER 4 : FOR CREATE NEW NODE===========================\n"); 142 printf(" ===============================ENTER 5 : FOR DISPLAY NODES=============================\n"); 143 printf(" ===============================ENTER 6 : FOR DELETE NODE FROM LAST=====================\n"); 144 printf(" ===============================ENTER 7 : FOR DELETE NODE FROM BEGNING==================\n"); 145 printf(" ===============================ENTER 8 : FOR INSERT NODE FROM BEGNING==================\n"); ---------------------------- revision 1.2 date: 2014/07/15 11:15:21; author: root; state: Exp; lines: +33 -10 create linklist in loop and delete in while according to choice. ---------------------------- revision 1.1 date: 2014/07/15 04:51:16; author: root; state: Exp; Initial revision =============================================================================