#include int main(){ int process, p; printf("Enter the number of process: "); scanf("%d", &process); int bt[process]; int sbt[process]; printf("Enter The Burst time: \n"); for(p=0; p bt[j]) { temp = bt[i]; bt[i] = bt[j]; bt[j] = temp; } } } }