FIFO, LRU and Optimal page replacement algorithms are implemented
Takes the number of page requests, number of pages and reference strings as input.
Gives the number of page faults, hits and hits ration for all 3 algorithm
To run the document, in a termnial write: cc pageReplacement.c -o pr ./pr