Skip to content

Commit

Permalink
Update FCFS.c
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3h4ckv157 committed Aug 29, 2022
1 parent ca8bc12 commit be8e7c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FCFS.c
Expand Up @@ -3,7 +3,8 @@ int main()
{
int n,j,i;
printf("Enter the no. of processes:");
gets();
printf("enter no of proccess you want:");
scanf("%d",&n);
int a[n],bt[n],tat[n],wt[n],ct[n],at[n];
float awt,wts=0;
printf("enter burst time:");
Expand Down

0 comments on commit be8e7c8

Please sign in to comment.