Program to simulate Single level directory file organization technique Post author:Educate Post published:August 22, 2023 Post category:OS Post comments:0 Comments #include #include main() { int master,s[20]; char f[20][20][20]; char d[20][20]; int i,j; clrscr(); printf("enter number of directorios:"); scanf("%d",&master); printf("enter names of directories:"); for(i=0;i You Might Also Like Program to simulate Two level file organization technique August 22, 2023 Program to implement Optimal page replacement technique August 22, 2023 Program to implement LFU page replacement technique August 22, 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.