Small error in C implementing fCfS algo
I m trying to implement fCfS Algo.
The programm is not ful fledged complete.
But the programm ends abruptly after the first input
So pls can anyone help me whats wrong ?
#include <stdio.h>
int nopr,art[50],jt[50],start,wt[50],i,j,k,l,m;
void fcfs ()
{...