From b3640ba99d4e4e51d4eb4e5bc41e14d91801c4c8 Mon Sep 17 00:00:00 2001 From: AYUSHJAIS <1828060@kiit.ac.in> Date: Wed, 16 Oct 2019 18:16:01 +0530 Subject: [PATCH] wenfkw --- as2_he_1.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/as2_he_1.c b/as2_he_1.c index 2d769ca..1d7bc3c 100644 --- a/as2_he_1.c +++ b/as2_he_1.c @@ -142,16 +142,9 @@ void main() scanf("%d",&data); insertlast(data); } - printf("list are\n"); - printNode(); - printf("enter elements to be searched\n"); - scanf("%d",&s); - search(s); - printf("list is\n"); - printNode(); + - - /*insertlast(1); +insertlast(1); insertlast(2); insertlast(3); insertlast(4); @@ -162,6 +155,7 @@ void main() search(6); //deleteLast(); printf("after serch\n"); - printNode();*/ + printNode(); + } \ No newline at end of file