Program to simulate Two level file organization technique Post author:Educate Post published:August 22, 2023 Post category:OS Post comments:0 Comments #include #include struct st { char dname[10]; char sdname[10][10]; char fname[10][10][10]; int ds,sds[10]; }dir[10]; void main() { int i,j,k,n; clrscr(); printf("enter number of directories:"); scanf("%d",&n); for(i=0;i You Might Also Like C program to simulate the cpu scheduling priority algorithm. August 18, 2023 Program to implement LRU page replacement technique August 22, 2023 File Types July 28, 2023 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.