struct process { int id; struct process *prev; struct process *next; } *table; struct process *Queue = NULL; Queue = (struct process *)malloc(sizeof(s