#include #include struct fcfs { int pid; int btime; int wtime; int ttime; }p[10]; int main() { int i,n,j; struct fcfs tmp; int totwtime=0,tottime=0; printf("Enter no of Processes \n"); scanf("%d",&n); for(i=0;i