Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions FILE.C
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -255,4 +255,4 @@ outtextxy(root->x,root->y,root->name);
for(i=0;i<root->nc;i++)
display(root->link[i]);
}
}
}