OS_Lab-9
OS_Lab-9
printf("\n");
}
}
OUTPUT
Enter no. of files:2
Enter file name:abc
Enter starting block:2
Enter no.of blocks:5
Enter block numbers:1 2 3 4 5
Enter file name:xyz
Enter starting block:1
Enter no.of blocks:3
Enter block numbers:6 7 8
File start size block
abc 2 5 1--->2--->3--->4--->5
xyz 1 3 6--->7--->8