From 983d9f4f8a11559ab1ccb37638e646f3dc3151fa Mon Sep 17 00:00:00 2001 From: Shylesh S <37534898+shyleshsunnithan@users.noreply.github.com> Date: Tue, 1 Oct 2019 01:30:30 +0530 Subject: [PATCH] Update FILE.C --- FILE.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FILE.C b/FILE.C index f03d3c9..208bd9e 100644 --- a/FILE.C +++ b/FILE.C @@ -91,8 +91,8 @@ case 2: dcnt=0; while(ch1!=6) { -printf("\n\n 1. Create Directory\t 2. Create File\t 3. Delete File"); -printf("\n 4. Search File \t \t 5. Display \t 6. Exit \n Enter your choice -- "); +printf("\n\n 1. Create Directory\t 2. Create File\t 3. Delete File"); // Menu +printf("\n 4. Search File \t \t 5. Display \t 6. Exit \n Enter your choice -- "); // Memu scanf("%d",&ch1); switch(ch1) { @@ -255,4 +255,4 @@ outtextxy(root->x,root->y,root->name); for(i=0;inc;i++) display(root->link[i]); } -} \ No newline at end of file +}