Skip to content

Commit

Permalink
Update best1.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ITSSOORAJ authored Aug 12, 2023
1 parent 6996d4f commit 78a3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sksos/mmryallocation/best1.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
void main()
{
int a,i,k,pno,bs[90],bno,ps[90],q[90],no=0,f[90],alloct[90],j,fgmnt[90],flag=0;
printf("FIRST IN FIRST OUT\n");
printf("BEST FIT\n");
printf("\t\t\n enter the no of blocks\n");
scanf("%d",&bno);
printf("enter the size of each blocks \n");
Expand Down

0 comments on commit 78a3780

Please sign in to comment.