USING C
B) Write a program that implements any two of thedisk-scheduling algorithms mentioned in the programming problem12.16 in page 572 of the text book.
12.16 Write a program that implements the following disk-scheduling algo- rithms: a. FCFS b. SSTF c. SCAN d. C-SCAN e. LOOK f. C-LOOK Your program will service a disk with 5,000 cylinders numbered 0 to 4,999. The program will generate a random series of 1,000 cylinder requests and service them according to
OR
OR