Computer Science, asked by nazumazid786, 3 months ago

optical page replacement in c


Answers

Answered by mintusingh7548982
0

Answer:

Here you will get program for optimal page replacement algorithm in C. Optimal page replacement algorithm says that if page fault occurs then that page should be removed that will not be used for maximum time in future. It is also known as clairvoyant replacement algorithm or Bélády's optimal page replacement policy.

Similar questions