CPU process scheduling simulation
launch your cmd and run the code below
cd {folder path that contains main.c}
gcc -o main main.c
./main
see also install MinGW for c compiler
CPU process scheduling simulation
launch your cmd and run the code below
cd {folder path that contains main.c}
gcc -o main main.c
./main
see also install MinGW for c compiler